native5/native5-app/master/.htaccess - Htaccess File

native5/native5-app/master/.htaccess

Options +FollowSymLinks
IndexIgnore */*
# Turn on the RewriteEngine
RewriteEngine On
#  Rules
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
AddType application/x-web-app-manifest+json .webapp

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache