Quote:
Originally Posted by Phaedrus
What would that do?
I mean wouldn't it be better to use something like this?
Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yoururl\.com
RewriteRule ^(.*)$ http://www.yoururl.com/$1 [R=permanent,L]
|
Probably. But in my case I use virtual domains on Go Daddy. So I need to add
Rewritebase / in the .htaccess file. Now it works for me.