Forums | Mahara Community
Support
/
Mahara installed, but I would like to move it to another directory
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?
18 October 2009, 16:27
Ok, well I managed to figure it out.
For reference to anyone else:
- Copy all files to new folder/domain
- manually edit wwwroot the conf.php file
- Ran (in phpMyAdmin) UPDATE config SET value = '[newhostname]' WHERE field = 'wwwroot';
- Done
20 October 2009, 21:44
There's a page on the wiki about moving wwwroot, by the way: