Forum Moderators: phranque
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST}!^www\.example\.net [NC]
RewriteRule ^(.*) http://www.example.net/$1 [L,R=301] It run ok, in folders too. But in subfolders with another .htaccess file it don't run.
I have tried to copy the same in the .htaccess in folder but it not run.
How can I solve it?
Thanks
[edited by: jatar_k at 3:40 pm (utc) on Mar. 13, 2006]
[edit reason] no urls thanks [/edit]