View Full Version : forum move to root directory
geosharing
03-20-2016, 09:02 AM
hi dear vbulletin team i have one problem now i am moving my forum to root directory all is working fine but one problem i have getting i am trying to posting new threat and submit then forum going to home page please help me what is the problem
regards
--------------- Added 1458473959 at 1458473959 ---------------
anybody helping me about this.
Brandon Sheley
03-20-2016, 12:29 PM
did you change the BB URL setting before moving?
geosharing
03-21-2016, 08:50 AM
what is BB URL setting and where is it ..
In the AdminCP at the settings page under "Site Name / URL / Contact Details".
It's the URL of your forum.
geosharing
03-21-2016, 09:45 AM
yes there i am already changing my url
Brandon Sheley
03-21-2016, 12:02 PM
Did you have a .htaccess file with path specific commands pointing to the old path anywhere?
geosharing
03-22-2016, 07:52 PM
here is my .htaccess file code
RewriteEngine on
RewriteCond %{HTTP_HOST} ^geosharing\.net$ [OR]
RewriteCond %{HTTP_HOST} ^www\.geosharing\.net$
RewriteRule ^/?$ "http\:\/\/www\.geosharing\.net\/forum\/forum\.php" [R=301,L]
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|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|image s|reviewpost|classifieds|photopost)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
--------------- Added 1458680023 at 1458680023 ---------------
please help me my domain is two times redirect ...
solve my problem regards
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.