Transferring locally developed symphony site on MAMP to your web hosting
This solution assumes you are using MAMP to develop your symphony cms site on your local machine (localhost) and then you wish to upload that site to your web hosting.
After developing the site on your local machine using MAMP:
- Upload & install a fresh copy of symphony on your web hosting
- delete database tables and import tables (using sql file) from your MAMP mysql
- that?s it.
Alternatively, you can also do the following:
- Upload the developed copy of symphony on the web hosting
- edit the config file
- edit the two htaccess files
- insert database tables into the web based mysql using the sql file from your MAMP mysql
