Hi,
I have a bit of a problem getting the VBSEO working.
I have my Forum Working and when i click on the main forum categories it displays the pages correct in rewritten urls.
But whenever i click on a single post inside any of the forum categories the 404 error appears (grrr...)
I have the .htacces installed in my forum root map
Can anyone assist me in solving this?Code:Options +FollowSymlinks RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.verkoopsite\.com RewriteRule (.*) http://www.verkoopsite.com/$1 [L,R=301] RewriteBase /forum/ RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron) RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php [L,QSA]
Thanks Maik



LinkBack URL
About LinkBacks





Reply With Quote
