The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
moving forum from directory to root
Hey,
I want to move my forum from the forum directory to the root directoty so everything is there when you hit the domain (dont want no redirections), As I currently have it setup and configured for the 'forum' directory how can I move it all to root? Is it as simple as moving the files folders to root in FTP or SSH? and then maybe update the config? is there any database modifications? Thanks in advance, |
#2
|
|||
|
|||
I think so ye, then edit the vB options to the new link..
|
#3
|
||||
|
||||
Update the 2-3 settings in the admincp first to refelect the new location, then move the files.
|
#4
|
|||
|
|||
what settings are these?
do this and then move all files via FTP to root? Would that be all? Thanks in advance |
#5
|
|||
|
|||
Quote:
This is found under vBulletin Options >>> Site Name / URL / Contact Details and rename the forum URL to what it will be. Then all you have to do is move the files Hope this helps, PM me if you get stuck. |
#6
|
|||
|
|||
does anybody know the full SSH command for moving the forum files and folders from root/forum' folder to root?
Thanks |
#7
|
||||
|
||||
mv forums/* ../
should do it ran from your www/public_html folder |
#8
|
|||
|
|||
Also you may want to create an .htaccess in your forum folder with the following content so that all reuqets at forum folder will be redirected to your root
Code:
Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.domain.com/$1 |
#9
|
|||
|
|||
That is incorrect.
It would move www/public_html/forums/* to www/. instead of www/public_html/. Correct would be: mv forums/* . |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|