Forums | Mahara Community

Support /
Mahara installed, but I would like to move it to another directory


anonymous profile picture
Account deleted
Posts: 6

18 October 2009, 13:52

I already installed Mahara, and everything works well so far.

What I need to do is move it to a subfolder in my wwwroot for the purpose of placing the installation in a subdomain.

 What is the best way to go about this?

anonymous profile picture
Account deleted
Posts: 6

18 October 2009, 16:27

Ok, well I managed to figure it out.

For reference to anyone else:

  1. Copy all files to new folder/domain
  2. manually edit wwwroot the conf.php file
  3. Ran (in phpMyAdmin) UPDATE config SET value = '[newhostname]' WHERE field = 'wwwroot';
  4. Done
anonymous profile picture
Account deleted
Posts: 1643

20 October 2009, 21:44

There's a page on the wiki about moving wwwroot, by the way:

 http://wiki.mahara.org/Developer_Area/Changing_Hostnames

3 results