I currently set up ssl certificate for my website using certbot for my apache server running on Ubuntu 16.04. I successfully installed the ssl certificate and now I can access my website by https://example.com
The problem is I have a laravel project I put in the example.com/laravel. When I tried to open the https://example.com/laravel/public i got error 500.
Is it got something to do with the .htaccess in public folder?