Quote:
Originally Posted by CAG CheechDogg
Hello katie,
Try this:
Code:
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^yourdomain.com$
RewriteRule ^(.*)$ "http\:\/\/www\.yourdomain\.com\/$1" [R=301,L]
|
Hi, i tried this but it didn't work, it actually made my homepage not displaying by saying "There is a redirect problem"