Question Redirect when trying to access non-vB directories

Status
Not open for further replies.

Gamerboy59

New member
Hello,
my vB installation is located in the root directory (public_html/). I installed a support system at (public_html/support/). When I now wanna access control-panel.pw - Board it always redirects me to the forum.php of my vB install. How do I allow going to this directory without redirecting?

Thanks for your help. :)
 
Open your .htaccess file and find the line that says
Code:
RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/)
and change it to
Code:
RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/|support/)

Then find
Code:
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images|reviewpost|classifieds|photopost)/
and change it to
Code:
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images|reviewpost|classifieds|photopost|support)/
 
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,194
Customer rating
5.00 star(s) 1 ratings
Back
Top