change htacces to be compatible with php-fpm
This commit is contained in:
parent
d4860bddcc
commit
e181199581
|
@ -5,4 +5,3 @@ Options -Indexes
|
||||||
Order Allow,Deny
|
Order Allow,Deny
|
||||||
Deny from All
|
Deny from All
|
||||||
</Files>
|
</Files>
|
||||||
|
|
||||||
|
|
|
@ -7,5 +7,3 @@
|
||||||
Deny from all
|
Deny from all
|
||||||
Allow from localhost
|
Allow from localhost
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
php_flag engine off
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#pandora disable phpexec
|
#pandora disable phpexec
|
||||||
<Files *.php>
|
<FilesMatch "\.(php)$">
|
||||||
Deny from all
|
Deny from all
|
||||||
</Files>
|
</Files>
|
||||||
php_flag engine off
|
|
||||||
|
|
Loading…
Reference in New Issue