I installed VBSEO and am still getting http 404 not found errors. I uploaded the .htaccess file and modified it according to the directions. The site is on a Windows server running IIS and IsapiRewrite Ver 3.
The site is http://www.thepickledpig.com/forums but I have VBSEO turned off right now since I'm having problems.
Just about everything I've read here indicates a problem with the .htaccess file. Here's what mine looks like:
Any suggestions as to what I should do next?Code:RewriteEngine On RewriteCond %{HTTP_HOST} .*thepickledpig.com RewriteRule ^/forums/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{HTTP_HOST} .*thepickledpig.com RewriteCond %{REQUEST_URI} !/forums/(admincp/|modcp/|cron) RewriteRule ^/forums/((archive/)?(.*\.php(/.*)?)?)$ /forums/vbseo.php [L,QSA] RewriteCond %{HTTP_HOST} .*thepickledpig.com RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !^/forums/(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^/forums/(.+)$ /forums/vbseo.php [L,QSA]



LinkBack URL
About LinkBacks





Reply With Quote
