I just found this tutorial of how to do the reverse. Mainly editing the configuration.php file.
Also found this documentation from Joomla on how to move sites around in directorys/sub-directories
So, after much trial and error I finally got it working:
- So, I changed MAMPs directory to my new setup website:
- /Applications/MAMP/htdocs/mynewwebsite
- I then moved other websites within its' directory structure
- moved /Applications/MAMP/htdocs/testsite1 to /Applications/MAMP/htdocs/mynewwebsite/testsite1
- edited the configuration.php file in testsite1
- I actually found it had changed itself! But just to note:
- public $log_path = '/Applications/MAMP/htdocs/mynewwebsite/testsite1/logs';
- public $tmp_path = '/Applications/MAMP/htdocs/mynewwebsite/testsite1/tmp';
This sort of worked. It worked on the localhost machine perfectly, but when browsing externally it came up with:
404 - Article not found joomla error |
I had a quick search and found this forum topic about it. Turns out a temporary fix is to turn off "Search Engine Friendly URLs" under Administration > Global Configuration > Site:
No comments:
Post a Comment