Ok, I have this site: http://ov2.net - a free URL redirection. With the .htaccess file I want to accomplish the following: - http://www.ov2.net redirects to http://ov2.net - That if you go to OV2.net/test2 it shows that in the URL field and not http://www.ov2.net/test2/ that it shows now. I tried the following lines: Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} !^www\.ov2\.net [NC] RewriteRule ^(.*)$ http://ov2.net/$1 [L,R=301] Code (markup): But it doesn't work at all. I am willing to pay for this. Thanks.
Hi, Try Options +FollowSymlinks RewriteEngine on RewriteCond %{HTTP_HOST} !^ov2.net$ RewriteRule ^(.*) http://ov2.net/$1 [QSA,L,R=301] Code (markup): I do not need $$$, but backlinks are welcome. Jean-Luc
That works! Thanks You can submit to AXEQ.com for free. Just add #FREE# in the description and I will edit it out and add you - you don't need to pay.