• OzzModz is no longer taking registrations. All registrations are being redirected to Snog's Site
    All addons and support is available there now.

Two sites on one hosting account (VBSEO .htaccess)

sandboa

New member
Hope this is the correct place to ask this.

I am having an issue with my .htaccess allowing me to run two sites on my hosting account that seems to be directly related to the provided DBSEO code.

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} !(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|images)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]

I have my VB site in the root and the second site in a sub folder. I get a 500 internal server error on the second site with the DBSEO code. If I disable the code the second site works fine but obviously get issues with the primary site. Can anyone help me as my knowledge of .htaccess is virtually null?
 
I have not worked with DBSeo at all, that is something you should ask DBTech on their site, that would provide you with the best results. :)
 
Back
Top