vla9isla8/hochuna-client2/master/app/.htaccess - Htaccess File

vla9isla8/hochuna-client2/master/app/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !index
RewriteCond %{REQUEST_URI} !.*.(css|js|html|png)
RewriteRule (.*) index.html [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache