View Single Post
Old 07-07-2004, 06:14 AM   #10 (permalink)
trevHCS
Inactive
 
Join Date: 10-14-03
Location: Top left of England, UK
Posts: 237
iTrader: 0 / 0%
Latest Blog:
None

trevHCS is on the right pathtrevHCS is on the right pathtrevHCS is on the right path
Send a message via MSN to trevHCS
Quote:
Originally Posted by Sesshoumaru-Sama
How would I make http://theillest.net go to http://www.theillest.net with a 301 redirect?
I came across this code elsewhere so I've not tried it and it might need some tweaking I'd guess.

[code:1:eb4b7378db]RewriteEngine on
RewriteCond %{HTTP_HOST} ^yourdomain\.com
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=301,L][/code:1:eb4b7378db]

Trev
trevHCS is offline   Reply With Quote