Help Please. Can I change the folder name for the main files?

Help Please. Can I change the folder name for the main files?

by Giacomo Pesaturo -
Number of replies: 1
Greetings,

I have just installed Moodle 1.5 (as my host only has a old version of MySQL) and I installed it under a directory called Moodle. So, for people to access it the web address is www.mysite.com/moodle

I would like to rename the folder to something else, for example www.mysite.com/classroom , but if I rename the folder then the program does not work....

Any help would be appreciated.


Thanks

Giacomo
Average of ratings: -
In reply to Giacomo Pesaturo

Re: Help Please. Can I change the folder name for the main files?

by Mauno Korpelainen -

This is actually easy: open config.php  (moodle folder) with notepad and change in $CFG->wwwroot moodle to classroom and in $CFG->dirroot moodle to classroom

Save this file and place it to your server. Change (rename) folder moodle to classroom and that's it.