ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Adding a Home URL after install


  • 2005-03-04 09:04:35

    Adding a Home URL after install

    During ATutor installation, I left out the home url. I now realize that it is needed but can't find a way to add it short of re-installing the application. I found the HOME_URL variable in the theme.cgf.php file under public navigation but cannot find where in the database it points to or what it stores. Am I on the right track?

    I checked the foums but didn't see anyone else who made the same blunder.

    Thanks for your help.

  • 2005-03-04 19:09:07

    See the config file

    In the include/config.inc.php file set HOME_URL


    define('HOME_URL', 'http://www.mysite.com');