Before I installed vBSEO I had it so my site forced 'www' onto the URL no matter what page you were on via .htaccess in public_html:
Now that I've installed vBSEO and I overwrote (accidently) the .htaccess in the forum directory (public_html/forum) it no longer does that for pages in the forum directory.Code:# Forcing www. infront of domain RewriteEngine On Options +FollowSymLinks RewriteCond %{HTTP_HOST} ^(mydomain\.com)$ [NC] RewriteRule ^(.*)$ http://www.%1/$1 [R=301,L]
I can't figure out how to fix this, any help?
I tried to add this in red to .htaccess in public_html/forum but it didn't work (I didn't expect it to):
Code:# Forcing www. infront of domain RewriteEngine On Options +FollowSymLinks RewriteCond %{HTTP_HOST} ^(mydomain\.com/forum)$ [NC] RewriteRule ^(.*)$ http://www.%1/$1 [R=301,L]


LinkBack URL
About LinkBacks





Reply With Quote
