dsp-nurho/dsp-nurho.github.io/master/.htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^.]+)$ $1.html [NC,L]
<Files ~ "^.(htaccess|htpasswd)$">
deny from all
</Files>
Options Indexes
AuthUserFile /Users/VincentYang/Dropbox/AeonNeo/dsp-nurho.github.io/roster/.htpasswd
AuthGroupFile /dev/null
AuthName "Please enter your ID and password"
AuthType Basic
require valid-user
DirectoryIndex index.html
order deny,allow
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/javascript text/css application/x-javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch bMSIE !no-gzip !gzip-only-text/html
On Github License
Files