vbseo is not working on litespeed for me currently, and I think I may have finally worked it out. However as my server is being dossed really heavy currently I can not test if this will solve my problem. However will post now to see if I may be on the right track.
Okay in the htaccess file, you have this part for example:
However my admincp and modcp are not called that anymore, as per extra security measures I have changed those names to something else. So I have a feeling maybe that is why it is no longer working.Code:RewriteCond %{QUERY_STRING} !vbseourl= RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron) RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$ RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA] DirectoryIndex index.php index.html
As for my problem, it works everywhere but in the admincp, and when you go to search for a name, the usergroup panel and half the bottom part does not show. It works in Apache fine, and works on my non vbseo site, however not on this one, so I think it may be a httaccess problem, and thought maybe it could be this.
What do you think?



LinkBack URL
About LinkBacks





Reply With Quote