marcinwrochna/www-app/master/uploader/files/.htaccess - Htaccess File

marcinwrochna/www-app/master/uploader/files/.htaccess

<Limit GET POST>
  Order Allow,Deny
  deny from all
</Limit>

SetHandler default-handler

#RemoveType application/x-httpd-php .php
#AddType application/x-httpd-php-source .php

Options -ExecCGI -Includes

#RemoveHandler .php .phtml .php3
#RemoveType .php .phtml .php3

php_flag engine off

On Github License

Files

Download PDF of Htaccess file
GET, POST

Comments

Apache