Hiya,
I've been using this mod for ages now but last week my host decided to transfer my account to another server and since then I've had issues.
I have .htaccess in my domain root with the following because the domain, and the parked .net domain, is set to not use the 'www.' sub
Code:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.domain\.com
RewriteRule ^(.*)$ http://domain.com/$1 [R=permanent,L]
RewriteCond %{HTTP_HOST} ^www\.domain\.net
RewriteRule ^(.*)$ http://domain.net/$1 [R=permanent,L]
and as per the vBSEO instructions for this mod the following .htaccess file in my forums root
Code:
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
All was working well before the transfer, or at least if it wasn't no one was complaining lol, but now when anyone tries to go directly to
www.domain.com/forum/ the www. sub isn't being removed. Yet any other area of the site it is.
I've tried everything I can think of and all I have discovered is that if I delete the vBSEO .htaccess from the forum root the RewriteRule for removing the www. sub works perfectly.
Can anyone help as this is starting to drive me insane.
Thanks
Sy