mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 17:29:10 +00:00
Merge
This commit is contained in:
commit
43a74cad87
1 changed files with 15 additions and 2 deletions
|
@ -1,7 +1,20 @@
|
||||||
Options -Indexes
|
SetHandler none
|
||||||
|
SetHandler default-handler
|
||||||
Options -ExecCGI
|
Options -ExecCGI
|
||||||
|
<IfModule mod_php5.c>
|
||||||
|
php_flag engine off
|
||||||
|
</IfModule>
|
||||||
|
RemoveHandler .cgi .php .php3 .php4 .php5 .phtml .pl .py .pyc .pyo
|
||||||
|
Options -Indexes
|
||||||
DirectoryIndex disabled
|
DirectoryIndex disabled
|
||||||
<Files *.*>
|
<Files *>
|
||||||
|
SetHandler none
|
||||||
|
SetHandler default-handler
|
||||||
|
Options -ExecCGI
|
||||||
|
<IfModule mod_php5.c>
|
||||||
|
php_flag engine off
|
||||||
|
</IfModule>
|
||||||
|
RemoveHandler .cgi .php .php3 .php4 .php5 .phtml .pl .py .pyc .pyo
|
||||||
ForceType application/octet-stream
|
ForceType application/octet-stream
|
||||||
Header set Content-Disposition attachment
|
Header set Content-Disposition attachment
|
||||||
</Files>
|
</Files>
|
||||||
|
|
Loading…
Reference in a new issue