View Single Post
04-02-2007, 06:20 PM
#4
Salathe is offline Salathe
Salathe's Avatar
Status: Community Archaeologist
Join date: Jul 2004
Location: Scotland
Expertise: Software Development
Software: vim, PHP
 
Posts: 3,820
iTrader: 25 / 100%
 

Salathe will become famous soon enough

Send a message via MSN to Salathe

  Old

Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www\.|)img911\.com$
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]
In theory, that should redirect and requests to img911.com (or www.img911.com) to www.newdomain.com. I just copied Mubs' code and edited it a bit, without putting my Rewrite hat on so it might not work.