CodeIgniter 3 routes don't work in HTTPS |
In my work we are migrating some websites to HTTPS, but the routes have stopped working under HTTPS and the server returns error 404, they are just putting the /index.php/ and under HTTP they have been working correctly.
I've been searching but nothing I've found works This is my config.php: Code: $config['base_url'] = 'https://myweb.es'; And this the .htaccess: Code: Options FollowSymLinks Thank you in advance |
Messages In This Thread |
CodeIgniter 3 routes don't work in HTTPS - by alfonsosach - 11-30-2020, 03:34 AM
RE: CodeIgniter 3 routes don't work in HTTPS - by sammyskills - 11-30-2020, 07:48 AM
RE: CodeIgniter 3 routes don't work in HTTPS - by alfonsosach - 11-30-2020, 07:52 AM
RE: CodeIgniter 3 routes don't work in HTTPS - by InsiteFX - 11-30-2020, 12:05 PM
RE: CodeIgniter 3 routes don't work in HTTPS - by alfonsosach - 12-01-2020, 02:20 AM
RE: CodeIgniter 3 routes don't work in HTTPS - by InsiteFX - 12-01-2020, 01:36 PM
|