Hi,
Is it possible to move test site to permanent site by
1. Taking the public_html (catalog) directory to the permanent site.
2. Exporting/importing sql database (database names will be different name on the permanent site).
I know I have to change the files to match the new sql db from:
admin/includes/configure.php
includes/configure.php
Is there anything else I have to do?
Thanks in advance,
Patrick
Moving SiteName to another
-
raiwa
- Certified Developer
- Posts: 1640
- Joined: Sat Dec 21, 2019 8:08 am
- Phoenix Version: 1.1.0.6
- : Buy Me A Beverage
- Has thanked: 70 times
- Been thanked: 152 times
Re: Moving SiteName to another
You also need to update the domain, cookie domain, file paths etc in the config files.
Also redirects and path for rewrite rules in .htaccess if they are different and you are using this.
Also redirects and path for rewrite rules in .htaccess if they are different and you are using this.
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
-
ecartz
- Core Team
- Posts: 3084
- Joined: Tue Nov 05, 2019 6:02 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 208 times
Re: Moving SiteName to another
It's sometimes easier to get the configure.php files right if you install a new copy on the new domain. Then delete that database (that has nothing in it) and restore your local store database from backup.