smtech/advisor-dashboard/master/.htaccess - Htaccess File

smtech/advisor-dashboard/master/.htaccess

# Block access to things that should stay private
<Files ~ "(.xml|.sql|.inc.php|.git*|.log|.tpl)">
    Order allow,deny
    Deny from all
</Files>

# block verboten directories
RedirectMatch 404 /src(/|$)
RedirectMatch 404 /logs(/|$)

On Github License

Files

Download PDF of Htaccess file

Comments

Apache