Changing folder name

Changing folder name

by Davy davy_yg -
Number of replies: 1

Hello,

I wonder what file setting should I adjust if I change the folder file name from moodle to indonusa_moodle for example.

 

1.  Besides changing this:

config.php

$CFG->wwwroot   = 'http://localhost/moodle';

 

2.  The custom navigation still remain mess, what else should I change?

 

Thanks before.

Average of ratings: -
In reply to Davy davy_yg

Re: Changing folder name

by Jez H -

$CFG->wwwroot

is the URL of your site as setup in your webserver (virtual host in Apache)

The install directory / folder is:

$CFG->dirroot = '/path/moodlecode/';

and files are stored in:

$CFG->dataroot = '/path/file-storage/';