Quote:
Originally Posted by DragonByte Tech
vBAdvanced is notorious for causing conflicts due to their nonstandard way of initialising their script.
Just to be clear: Are you having 404 errors when browsing /forums/ or just when clicking forum links in vBAdvanced?
Fillip
|
Only in the forums.
Every time I place this in the .htaccess:
PHP Code:
RewriteEngine On
# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
# Options -MultiViews
RewriteCond %{REQUEST_URI} !(*****/|dbseocp/|******/|cron|******|forumrunner|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(******|dbseocp|*******|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
404's all over, I would like to get this working. But if it's not possible with our forums placed inside a public_html/forums. I'll just give it a miss.
Dave