Quote:
Originally Posted by aciurczak
Found a solution that works. This is for those that force www:
/.htaccess
Code:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(example\.com)$ [NC]
RewriteRule .* http://www.%1%{REQUEST_URI} [R=301,L]
and /forums/.htaccess
Code:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(example\.com)$ [NC]
RewriteRule .* http://www.%1%{REQUEST_URI} [R=301,L]
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
|
Does anyone have a working solution for those of us that strip the www. subdomain?
I've tried this, but with the changes to strip the www. sub, but it's unfortunately still giving me a redirect loop error.
Can anyone from vBSEO, iojam, suggest anything else to try, as it appears to be directly related to the .htaccess for this mod?
Ta
Sy