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
Post a Comment