- Code: Select all
RewriteCond %{HTTP_HOST} !^www\.dogs4sale\.net$ [NC]
RewriteRule ^(.*) http://www.dogs4sale.net/forum/$1 [QSA,L,R=301]
In the forum/ dir's .htaccess, correct ?
if so, try using :
- Code: Select all
RewriteCond %{HTTP_HOST} !^www\.dogs4sale\.net [NC]
RewriteRule ^(.*)$ http://www.dogs4sale.net/forum/$1 [QSA,L,R=301]
I'm not 100% positive it will fix the issue, but it could.
Please note that you should still keep the original www prefix redirection in your domain's root .htaccess and implement this one in the forum/'s one.
If it does not make it, please post here you full phpBB3's .htaccess.
++

English |
French


