OK, so itm turns out VBseo is causing the problem.
When I remove everything from the vbseo .htaccess file and then go to: http://www.webmaster-forums101.com/testvb/, it works fine...
But when the code is in the .htaccess file it gives a 404 because it points back to vbseo.php?vbseourl= resulting in a 404 because testvb does not exist in the database...
So, this doesn't seem to be working:
RewriteCond %{REQUEST_FILENAME} !testvb/
My .htaccess code is below. What am I doing wrong???
HTML Code:# Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # Please note: you still need to disable the hack in # the vBSEO control panel to stop url rewrites. RewriteEngine On # Some servers require the Rewritebase directive to be # enabled (remove '#' at the beginning to activate) # Please note: when enabled, you must include the path # to your root vB folder (i.e. RewriteBase /forums) #RewriteBase / RewriteCond %{REQUEST_FILENAME} !testvb/ RewriteCond %{REQUEST_FILENAME} !admincp/ RewriteCond %{REQUEST_FILENAME} !modcp/ RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L] RewriteRule ^(archive/.*\.php.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L] RewriteCond %{REQUEST_FILENAME} !testvb/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]



LinkBack URL
About LinkBacks





