Need some help with this Joomla file

Discussion in 'Programming' started by touchAshley, May 20, 2008.

  1. #1
    I'm moving my Joomla site to a new server which requires me to change some things in my configuration file. These two paths, I'm not sure what to change to.

    $mosConfig_absolute_path = '/home/content/j/a/s/jasonrix/html';
    $mosConfig_cachepath = '/home/content/j/a/s/jasonrix/html/cache';

    What exactly do these need to be changed to for the new server? I don't understand those paths...
     
    touchAshley, May 20, 2008 IP
  2. riya_senk

    riya_senk Well-Known Member

    Messages:
    2,014
    Likes Received:
    174
    Best Answers:
    0
    Trophy Points:
    160
    #2
    Well that's the path of folder where it was installed previously if you have cPanel on new server then path would be like

    $mosConfig_absolute_path = '/home/YOUR_USER_NAME/jasonrix/html';
    $mosConfig_cachepath = '/home/content/YOUR_USER_NAME/jasonrix/html/cache';

    put your cPanel username instead of YOUR_USER_NAME
     
    riya_senk, May 21, 2008 IP
  3. touchAshley

    touchAshley Active Member

    Messages:
    1,762
    Likes Received:
    85
    Best Answers:
    0
    Trophy Points:
    90
    #3
    Thanks. I simply uploaded a php file to tell me my new server path :]
     
    touchAshley, May 21, 2008 IP
    Emie. likes this.