GerHobbelt/sommen_generator/master/sommen/libsrc/.htaccess - Htaccess File

GerHobbelt/sommen_generator/master/sommen/libsrc/.htaccess

#.htaccess to prevent unauthorized directory browsing or access to .php files
IndexIgnore */*
<Files *.php>
    Order Deny,Allow
    Deny from all
</Files>

#add the following to protect against people discovering what's more in this directory
<Files *.*>
    Order Deny,Allow
    Deny from all
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache