Answers for "laravel htaccess https"

PHP
0

htaccess redirect https laravel

RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://YOURWEBSITEDOMAIN/$1 [R,L]
Posted by: Guest on June-06-2021

Browse Popular Code Answers by Language