amagdy/a1php/master/controller/.htaccess - Htaccess File

amagdy/a1php/master/controller/.htaccess

Options -Indexes
AddHandler default-handler .php .php3 .phtml .rb .asp .aspx .pl .py .jsp .asp .htm .html .shtml .sh .cgi
Options -ExecCGI
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^.+(.php|.phtml|.php3|.tpl)(?.+)?$  [F]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache