Logo
My Journal
Tag

Migrate

Tag

How to migrate Joomla

Below are the main variables you need to adjust when you migrate your joomla to another host this can be found here: public_html/configuration.php $mosConfig_host = 'some.host.com'; $mosConfig_user = 'some_db_user'; $mosConfig_password = 'some_db_password'; $mosConfig_db = 'some_db_user'; $mosConfi...

Continue reading ...