OK I'm running vBulletin 3.6and vbSEO3 RC3 on Windows 2003 using ISAPI Rewrite.
All installed fine and the httpd.ini file is working correctly. However when I activate the plug in the path gets broken for threads. e.g.
http://www.thisisyourbusiness.com/ge...your-mags.html
where it should be
http://www.thisisyourbusiness.com/fo...your-mags.html
The thing is if I just type the forum/ bit in I get a 404. My httpd.ini file looks like this:
and I have define('VBSEO_GET_FORUM_PATH', 1); in config_vbseo.php I've tried all sorts of combinations but cannot get this beasty to work.PHP Code:[ISAPI_Rewrite]
RewriteRule ^(.*\.(?:gif|jpg|png|css|xml|js))$ $1 [I,L]
# When hosting multiple sites on the same server, it is
# recommended to limit the rewrite rules to the domain(s)
# where vBSEO is installed. Enable (remove '#' at the beginning
# to activate) the following rule and replace 'yourdomain.com'
# with your actual installation domain name.
RewriteCond Host: (www.thisisyourbusiness.com/forum/)
RewriteRule ^/forum/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond Host: (www.thisisyourbusiness.com/forum/)
RewriteCond URL ^/forum/(?!admincp/|modcp/|clientscript/|cpstyles/|images/|search\.php).*
RewriteRule ^/forum/(.+?)(?:\?(.*))?$ /forum/vbseo.php?vbseourl=$1(?2&$2) [L]
At the moment I've disabled the plug in but any ideas?


LinkBack URL
About LinkBacks





Reply With Quote
