I have a nice Magento server and need to move to other server host
Moving Magento from Php 5.2.17 server to SuPHP server
All my file permissions are bogus on new server and nothing works. What do I need to change, or what is the proper way to move Magento to a SuPHP server (from non SuPHP)
METHOD 1 -> Current process:
Old server
- remove session/cache/etc
- tar gz all + SQL dump
New server (SuPHP)
- untar gz + upload SQL
- update SQL server in local.xml
- update core_config in database
METHOD 2 -> Idea
- Re-install + upload old DB
- Copy only certain folders (but then I dont know how to copy over extenions etc)
What should/can I change to make Magento SUPHP work?