Quote:
Originally Posted by nitra1000
HI I have vbseo and rewrite urls on... so I have to drop a htaccess in /wiki to turn "rewrite off".
I noticed that after i had completed your install steps, it just didn't work... I'm going through it all again but do you think this could be an issue because of the rewrite rule?
Thanks!
p.s anyone with VBseo got this installed?
|
I have to tweak vBSEO rewrite rules to:
Code:
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron|wiki/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|wiki/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images|wiki)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]