I've opened a support ticket, but I'm wondering where this problem might lie.
I assume this is a problem with a custom rewrite rule, but I'm not really sure. Disabling this rewrite rule doesn't seem to fix anything.
A somewhat different type of setup...
First off, my forums are at Todd and Tyler Unauthorized
vbadvanced is in Todd and Tyler Unauthorized
One of my custom rewrite rules is:
My htaccess looks like this (the only different is the www rewrite):Code:'home/index\.php\?page=(.+)' => 'homeindex-$1.html'
Now, what's funny is that Todd and Tyler Unauthorized seems to get a redirect to the vbadvanced page, and the only way to see the forums is to go to Todd and Tyler Unauthorized, which in itself gets wrapped in vbseo parms.Code:RewriteCond %{HTTP_HOST} !^tntu\.net RewriteRule (.*) http://tntu.net/$1 [R=permanent,L] RewriteBase / RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{QUERY_STRING} !vbseourl= RewriteCond %{REQUEST_FILENAME} !(admincp/|modcp/|chat|cron) RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L] RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$ RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]



LinkBack URL
About LinkBacks





