Quote:
Originally Posted by RedTyger
Try this, my version is rather more complicated because it's done for multiple domains but I think this is how it started out.
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.yourdomain.com/$ [NC]
RewriteRule ^(.*)$ http://yourdomain.com/$1 [R=301]
|
Hmm, nothing happens using this code. No errors or redirect or anything, it just stays the same. Anyway, thanks for taking the time to help