![]() |
SSL Installed but pages are 404 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: SSL Installed but pages are 404 (/showthread.php?tid=70801) |
SSL Installed but pages are 404 - elimariaaaa - 06-01-2018 Hello, I've been trying to make my pages work with SSL installed but they're giving me not found error. Anyone experienced the same issue? I know SSL is correctly installed because the green padlock beside the URL is working okay. I need it because I'm working with an API that only accepts https URI. I removed the SSL for now. This is the sample page. Thanks! -Eli RE: SSL Installed but pages are 404 - hicham - 06-02-2018 (06-01-2018, 04:04 AM)elimariaaaa Wrote: I know SSL is correctly installed because the green padlock beside the URL is working okay. I need it because I'm working with an API that only accepts https URI.are you sure that your database configuration is correct ? ![]() (06-01-2018, 04:04 AM)elimariaaaa Wrote: I removed the SSL for now.please re-enable SSL again RE: SSL Installed but pages are 404 - elimariaaaa - 06-02-2018 (06-02-2018, 12:23 AM)hicham Wrote:(06-01-2018, 04:04 AM)elimariaaaa Wrote: I know SSL is correctly installed because the green padlock beside the URL is working okay. I need it because I'm working with an API that only accepts https URI.are you sure that your database configuration is correct ? Yes, I'm sure it works because it's working when I haven't installed the SSL yet. If you go here: http://api.forexcargo.us/info - it will show the PHP details. There is no database involved so that should work right? But it's giving the same error. I disabled it for now because the there are running scripts inside it. |