bcit-ci / CodeIgniter

Open Source PHP Framework (originally from EllisLab)
https://codeigniter.com/
MIT License
18.27k stars 7.6k forks source link

Not working properly with Certbot (Let's encrypt) #5410

Closed hmoazzem closed 6 years ago

hmoazzem commented 6 years ago

CodeIgniter default template does not load properly SSL (https) version of the site when encrypted with Let's encrypt using Certbot. The https site is static whereas non-SSL default site more dynamic/responsive. I am running LAMP on Debian 8 and PHP5.6; I installed Certbot following instructions found on:

https://certbot.eff.org/#debianjessie-apache

What am I missing?

narfbg commented 6 years ago

There's no such thing as "CodeIgniter default template" ... Please explain in detail what you mean.

hmoazzem commented 6 years ago

Changing base_url variable in config.php to https://domainname solved the problem.