Announcement
Collapse
No announcement yet.
Want forum at www.mysite.com/forums not www.mysite.com
Collapse
X
-
I am using the Vbulletin Forum + CMS, it is installed in the root directory, i.e. www.mywebsite.com
Currently the forum is accessed directly via the forum.php page, and not as forum/
I wish for the CMS portion to be available, and the forum to be located in a directory, is that possible by any means?
Copy the contents of the do_not_upload/cms directory to the place where you want to put the CMS. Edit the vb_dir.php file in that directory, and change this:
PHP Code:$vb_dir = realpath(dirname(__FILE__) . '/..');
//$vb_dir = "/path/to/vbulletin/";
PHP Code://$vb_dir = realpath(dirname(__FILE__) . '/..');
//$vb_dir = "/path/to/vbulletin/";
$vb_dir = realpath(dirname(__FILE__) . '/forums');
Leave a comment:
-
I am using the Vbulletin Forum + CMS, it is installed in the root directory, i.e. www.mywebsite.com
Currently the forum is accessed directly via the forum.php page, and not as forum/
I wish for the CMS portion to be available, and the forum to be located in a directory, is that possible by any means?Leave a comment:
-
I am using the Vbulletin Forum + CMS, it is installed in the root directory, i.e. www.mywebsite.com
Currently the forum is accessed directly via the forum.php page, and not as forum/
I wish for the CMS portion to be available, and the forum to be located in a directory, is that possible by any means?Leave a comment:
-
-
Hi Trevor, Ive uploaded my site again, just following your directions. It may seem like a noob question, but where will I find the "forums" directory? I have copied ALL files from the upload folder to the public html folder via filezilla, and I have checked in the admincp to ensure everything you mention above is as- update the Forum URL value in AdminCP > Settings > Options > Site Name / URL / Contact Details to http://www.mysite.com/forums- move all vB files to the 'forums' directoryLeave a comment:
-
To move your installation to a sub-directory:
- update the Forum URL value in AdminCP > Settings > Options > Site Name / URL / Contact Details to http://www.mysite.com/forums
- move all vB files to the 'forums' directoryLeave a comment:
-
Want forum at www.mysite.com/forums not www.mysite.com
Hi everyone. I have completed a basic search, but cant seem to find an answer. I'm sure it is something reasonably simple, I would like my forum to be at www.mysite.com/forums, however, when I've uploaded my site and forum, forum takes precedence? Do I install forum into different public file in cpanel? Thanks in advance for any assistance.
Mick.Tags: None
Related Topics
Collapse
-
by codeHi,
I want url like this -> forum.mydomain.com or mydomain.com/forum/ but not mydomain.com/forum/forum/
How to do this?-
Channel: Support Issues & Questions
Tue 20 May '14, 9:36am -
Leave a comment: