2011-09-08, 21:09:47
There is no hosting panel where you can define which domain (with or without www) points to which directory on the server?
For .htaccess, read here;
http://kb.mediatemple.net/questions/85/U...w-or-https
they show this way:
you see the difference?
your line ends with "domain\.com$" but the working example which I tested, ends with "example.com [NC] [NC]"
test it out!
For .htaccess, read here;
http://kb.mediatemple.net/questions/85/U...w-or-https
they show this way:
Code:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example.com [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]
you see the difference?
your line ends with "domain\.com$" but the working example which I tested, ends with "example.com [NC] [NC]"
test it out!
|--
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18