Results 1 to 3 of 3

Thread: Invision Change Main Dir

  1. #1
    TRshady
    Guest
    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.

  2. Internet, Programming and Graphics   -   #2
    Poster
    Join Date
    Jun 2003
    Location
    Yet to be determined
    Posts
    993
    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:
    Code:
    $INFO['html_dir']  	=	'';
    $INFO['base_dir']  	=	'';
    $INFO['html_url']  	=	'';
    $INFO['upload_dir']  	=	'';
    $INFO['upload_url']  	=	'';

  3. Internet, Programming and Graphics   -   #3
    TRshady
    Guest
    Cheers Nightie , I'll try that later today.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •