Bug dbseo htaccess

Status
Not open for further replies.

JBlaze

Customer
Basically my issue is that whenever I access my admin panel there is a prompt that asks me to input id and password to proceed (htpasswd) and with the current htaccess I can just press cancel and it just bypasses it. I had someoen look at it and they told me its caused by DBSEO htaccess.

I tested this by renaming htaccess to something random (disabling it) and it worked.

So I'd like to get help to fix this without affecting DBSEO.

Edit: I forgot to include the content of my htaccess file

RewriteEngine On
RewriteCond %{HTTP_HOST} ^gamekiller.net [NC]
RewriteRule ^(.*)$ http://www.gamekiller.net/$1 [R=301,L]

# 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|reviewpost/|classifieds/|photopost/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images|reviewpost|classifieds|photopost)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]

RewriteRule ^reviews/([^/]*)/ ./reviews.php?do=main&catid=$1 [L,NC]
RewriteRule ^review/([^/]*)/ ./reviews.php?do=viewreview&reviewid=$1 [L,NC]
RewriteRule ^reviewer/([^/]*)/ ./reviews.php?do=reviewer&reviewerid=$1 [L,NC]
 
Last edited:
This is not caused by the DBSEO .htaccess.

Do you run XCache with the admin_auth set to on? If so, disable admin_auth via php.ini and restart Apache.
 
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,172
Customer rating
5.00 star(s) 1 ratings
Back
Top