ValpHusky/dobermann/master/.htaccess - Htaccess File

ValpHusky/dobermann/master/.htaccess

# Apache configuration file (see httpd.apache.org/docs/2.2/mod/quickreference.html)

# disable directory listing
Options -Indexes
Deny from all
<Files "*">
    Order Deny,Allow
    Deny from all
</Files>
<Files "api.php">
    Order Deny,Allow
    Allow from all
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache