ronymoon/coactsite/gh-pages/v-1.1.1/www/.htaccess - Htaccess File

ronymoon/coactsite/gh-pages/v-1.1.1/www/.htaccess

# ensure that all requests for files and folders that does not exists will be redirected to index.php

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [NC,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache