C5-8.3+ moving site from HTTP localhost to hosting HTTPS site
Permalink
I guess this instruction:
https://documentation.concrete5.org/developers/installation/moving-a...
is for moving a site between similar setups.
But what else will I have to do, what other configs will I have to change if I need to move a site developed on my PC (localhost with HTTP) to a hosting provider server with HTTPS?
Thank you.
https://documentation.concrete5.org/developers/installation/moving-a...
is for moving a site between similar setups.
But what else will I have to do, what other configs will I have to change if I need to move a site developed on my PC (localhost with HTTP) to a hosting provider server with HTTPS?
Thank you.
You shouldn't really have to do everything. Just turn off Pretty URLs, turn off the cache, delete everything in application/files/cache, move the site files, update the application/config/database.php (if needed), check that the site works, turn the cache back on, and turn the Pretty URLs back on.