synox/secret-letterbox/master/app/api/.htaccess - Htaccess File

synox/secret-letterbox/master/app/api/.htaccess

RewriteEngine On

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

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTPS, REQUEST_FILENAME

Comments

Apache