onechiporenko/gce-ui/master/be/.htaccess - Htaccess File

onechiporenko/gce-ui/master/be/.htaccess

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.html#$1 [L]

<Files "gce-key">
Order Allow,Deny
Deny from all
</Files>

<Files "*.sh">
Order Allow,Deny
Deny from all
</Files>

AuthUserFile htdocs/.htpasswd
AuthName "Please Log In"
AuthType Basic

require valid-user

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache