shiriskumar/HoneyEncryption/master/dashboard/.htaccess - Htaccess File

shiriskumar/HoneyEncryption/master/dashboard/.htaccess

#AuthName "Restricted Area" 
#AuthType Basic 
#AuthUserFile /dashboard/.htpasswd 
#AuthGroupFile /dev/null 
#require valid-user

DirectoryIndex check.html

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^.]+)$ $1.html [NC,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache