Answers for "local htaccess for laravel to https"

PHP
0

htaccess redirect https laravel

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

Code answers related to "local htaccess for laravel to https"

Browse Popular Code Answers by Language