skywodd/skywodd_website_dev/master/static/.htaccess - Htaccess File

skywodd/skywodd_website_dev/master/static/.htaccess

# Public access to all files
allow from all

# No index for all files and no CGI execution (for security of "upload" directory)
OPTIONS -ExecCGI -Indexes

# YOU SHALL NOT PASS
<FilesMatch ".(php[3-9]?|phtml)$">  
Order Deny,Allow
Deny from All
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache