Htaccess File

jacobemerick/comment-service/master/public/.htaccess

HTTP_HOST, HTTPS, REQUEST_FILENAME
RewriteEngine on

RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [L,R=301]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]
Exit mobile version