Have a fresh install of vB 4.2.0 and a fresh install of vBSEO. It would appear as if some of our forums are not redirecting very well.
http://diydronesafety.com/product-listing/
http://diydronesafety.com/gripes-suggestions/
http://diydronesafety.com/soap-box/
http://diydronesafety.com/liability-legal-questions/
etc
I installed vBSEO per the instructions provided but seem to be having some rewrite issues -- thoughts?
RewriteEngine On
Options +FollowSymLinks
### vBSEO rewrite rules
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admins/|mods/|cron|vbseo_sitemap|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admins|mods|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
As a side note, we do NOT use www. in our domain name. it's just diydronesafety.com, www. will redirect you to the former.


LinkBack URL
About LinkBacks





Reply With Quote