[SOLVED] From https to http
Posted: Fri Apr 24, 2020 3:10 pm
Hi all,
UPDATE
I was impatient, sorry. I did all steps in "slow motion"
and checked each step. It is working fine now and I'm happy.
I'm working on a website with 120 pages, to be extended to about 200 pages. The cmsms is version 2.2.13
After a copy from this https website to my local http xampp, the {root_url} still showing https. I cannot figure out why?
- I copied files and database to my local xampp.
- After closing browsers, I emptied the subforders in /tmp/
- The login in /admin/ works fine.
- In .htaccess is no redirect to https
- No hard coded https, only {root_url}
- In the content manager, I clicked "expand all", select all, set all to http (I did this on "page 1" and "page 2" in the dropdown).
Who have a suggestion to help me in the right direction?
Thanx. Ronald
* note: added this in config.php for the news module
$config['permissive_smarty'] = 1;
UPDATE
I was impatient, sorry. I did all steps in "slow motion"

I'm working on a website with 120 pages, to be extended to about 200 pages. The cmsms is version 2.2.13
After a copy from this https website to my local http xampp, the {root_url} still showing https. I cannot figure out why?
- I copied files and database to my local xampp.
- After closing browsers, I emptied the subforders in /tmp/
- The login in /admin/ works fine.
- In .htaccess is no redirect to https
- No hard coded https, only {root_url}
- In the content manager, I clicked "expand all", select all, set all to http (I did this on "page 1" and "page 2" in the dropdown).
Who have a suggestion to help me in the right direction?
Thanx. Ronald
* note: added this in config.php for the news module
$config['permissive_smarty'] = 1;