Reputation: 147
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
Reputation: 96
You need to set the AllowOverride directive in your apache configuration.
Change AllowOverride None to AllowOverride All
Upvotes: 1