0
Welcome Guest! Login
0 items Join Now

Changing name where Joomla is install procedure confirmation?

    • Patrick Toulze's Avatar
    • Patrick Toulze
    • Elite Rocketeer
    • Posts: 1810
    • Thanks: 18
    • Marketing - Web Designer

    Changing name where Joomla is install procedure confirmation?

    Posted 16 years 1 month ago
    • In Joomloa 1.0

      Modify configuration.php

      Absolute Path
      $mosConfig_absolute_path = '/path_to_site';

      Live Site
      $mosConfig_live_site = '/path_to_site';

      Cache Path
      $mosConfig_cachepath = '/path_to_site';



      In Joomla 1.5

      Modify configuration.php

      var $ftp_root = '/public_html/path_to_site';

      var $log_path = '/home/path_to_site/logs';

      var $tmp_path = '/home/path_to_site/tmp';

      ?????????
    • Graphic Designer - Marketing -Web Sites — Trying to become a decent human being.
      www.grafcomm.ca
    • Chris S's Avatar
    • Chris S
    • Hero Rocketeer
    • Posts: 292
    • Thanks: 0

    Re: Changing name where Joomla is install procedure confirmation?

    Posted 16 years 1 month ago
    • In J!1.5 you only have to modify $log_path and $tmp_path when you move your site, because it does dynamic Checks for Siteroot etc.
      You can edit the FTP-Path later on from the backend if you use the FTP-Layer at all (which I don't recommend unless your Provider runs PHP in Safe_Mode).
    • Patrick Toulze's Avatar
    • Patrick Toulze
    • Elite Rocketeer
    • Posts: 1810
    • Thanks: 18
    • Marketing - Web Designer

    Re: Changing name where Joomla is install procedure confirmation?

    Posted 16 years 1 month ago
    • What do you mean by :
      Checks for Siteroot etc

      I change only the log and tmp on my local Mamp and on my live server everything work perfectly... Thanks
      but the root keep the old adresse/name.
      It’s okay if I change it manually for the new adresse/name?
    • Graphic Designer - Marketing -Web Sites — Trying to become a decent human being.
      www.grafcomm.ca

Time to create page: 0.052 seconds