Solid-Snake
Solid-Snake

Reputation: 147

CodeIgniter - 404 error after HTTPS configured

Helloooo,

I put HTTPS with letsencrypt and it works perfectly. The first page of my website is showing but after I click on a menu item, I got a 404 error.. I look into my controllers and everything is in.

Do you know any solution to this ?

Thank you :)

Upvotes: 1

Views: 402

Answers (1)

Maavuz Saif
Maavuz Saif

Reputation: 96

You need to set the AllowOverride directive in your apache configuration.

Change AllowOverride None to AllowOverride All

Set Allow Override

Upvotes: 1

Related Questions