Hi guys,
I just attempted today to install vbSEO on my forums.
The install was a breeze, no problems there... the links are re-written, actually they are do to well... because now I don't have access to my admincp.
After reading the troubleshooting note about this, I'm still with the same problem in hand.
Here it is my htaccess file:
I tried to add a RewriteBase and a +FollowSymLinks, with no success.Code:RewriteEngine On AddHandler phpFive .php Action phpFive /cgi/php.cgi RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.*)$ $1 [L] RewriteCond %{QUERY_STRING} !vbseourl= RewriteCond %{REQUEST_FILENAME} !chat RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L] RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L] ErrorDocument 404 /index.php
What do I have to do, in order to make it work?
My forums are working great, the rewrite rules are functioning properly.


LinkBack URL
About LinkBacks





Reply With Quote
