Parent5446/web-bash/master/.htaccess - Htaccess File

Parent5446/web-bash/master/.htaccess

Options -Indexes +FollowSymLinks
DirectoryIndex index.html
<Files ~ "^.(htaccess|htpasswd)$">
  deny from all
</Files>
<Files "config.ini">
  deny from all
</Files>
<Files ~ "(filesystem|maintenance)/*">
  deny from all
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache