PDA

View Full Version : Invision Change Main Dir



TRshady
05-04-2004, 11:10 PM
Hey all, have a slight forum problem here, made a forum for a friend which I am hosting, but got the main folder name wrong. So the url is:

http://www.mydomain.com/hisformu

For example, and as you can see, forum is spelt wrong, how do I go about changing the folder name, then have the forum work under those settings?

Sub domain use wont do, as the url will still be shown, unless it can be masked, but either way I'd still like to know how to change a forum dir name and still have it working.

Cheers.

NightStalker
05-05-2004, 01:15 AM
You will need access to FTP, from there go into the the directory you spelt wrong, rename it to whatever you wish.

After you have done this, you will need to go inside the folder, open the "conf_global.php" file and edit the following code to make it correspond with the renamed folder:
$INFO['html_dir']   = '';
$INFO['base_dir']   = '';
$INFO['html_url']   = '';
$INFO['upload_dir']   = '';
$INFO['upload_url']   = '';

TRshady
05-05-2004, 07:40 AM
Cheers Nightie :D, I'll try that later today.