nazo/hack-test/master/public/.htaccess - Htaccess File

nazo/hack-test/master/public/.htaccess

DirectoryIndex index.hh

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !.(css|gif|jpg|png|js|ico)$
RewriteRule ^(.*)$ index.hh [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache