
12-24-2011, 06:29 PM
|
|
Member
|
|
Join Date: Oct 2010
Posts: 37
|
|
Help me to move Rewrite rules of VBSEO to LSLB rewrite
Hello,
I moved all my rewrite rules to LSLB Rewrite, but I can not make VBSEO Rewrite rules to work.
Here it is:
PHP Code:
#########
RewriteBase /
### VBSEO
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|db/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [QSA]
Could you please help me make this work?
Thank you so much.
|