apache - Moving a laravel website from http to https -


today moved laravel website http https.

i changed config/app.php "https://localhost"

when type in php artisan tinker route('route') "https://localhost/route"

when see blade template has "https" when run on browser coming error 404 not found.

i tried solution this didn't work, started giving me redirect same route supposedly , www.domainname.com/myproject become www.domainname.com/myproject/myproject.

please assist.

i using aws certificate manager elastic load balancer


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -