Quote:
Originally Posted by cellarius
You use dbseo on one forum, and vbseo on the other, but identical .htaccess on both?
|
yes this part is diffrent
RewriteEngine on
RewriteBase /
#php_flag display_errors off
RewriteCond %{HTTP_HOST} !^www\.*****\.com
RewriteRule (.*) http://www.******.com/$1 [L,R=301]
RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|image s)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]