mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 20:49:41 +01:00
11 lines
269 B
ApacheConf
Executable File
11 lines
269 B
ApacheConf
Executable File
<Files ~ "^.*\.(php|php*|cgi|pl|phtml|shtml|sql|asp|aspx)">
|
|
Order allow,deny
|
|
Deny from all
|
|
</Files>
|
|
<IfModule mod_php4.c>
|
|
php_flag engine off
|
|
</IfModule>
|
|
<IfModule mod_php5.c>
|
|
php_flag engine off
|
|
</IfModule>
|
|
RemoveType .php .php* .phtml .pl .cgi .asp .aspx .sql |