View Single Post
  #5  
Old 12-24-2011, 06:29 PM
dihuta dihuta is offline
Member
 
Join Date: Oct 2010
Posts: 37
Default 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=$[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.
Reply With Quote