Question Two sites on one hosting account (DBSEO .htaccess)

Status
Not open for further replies.

sandboa

New member
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?
 
You'll need to add the same code to the .htaccess file in your subfolder-ed forum as well.
 
As this ticket has been marked as answered, please start your own support ticket for this subject. Thanks!
 
Status
Not open for further replies.

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,169
Customer rating
5.00 star(s) 1 ratings
Back
Top