mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 15:25:03 +02:00
Merge branch 'ent-6196-error-htaccess' into 'develop'
change htacces to be compatible with php-fpm See merge request artica/pandorafms!3390
This commit is contained in:
commit
c33e4bcd32
@ -4,5 +4,4 @@ Options -Indexes
|
|||||||
<Files ~ "\.log$">
|
<Files ~ "\.log$">
|
||||||
Order Allow,Deny
|
Order Allow,Deny
|
||||||
Deny from All
|
Deny from All
|
||||||
</Files>
|
</Files>
|
||||||
|
|
@ -6,6 +6,4 @@
|
|||||||
<FilesMatch "\.(txt|php)$">
|
<FilesMatch "\.(txt|php)$">
|
||||||
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>
|
</FilesMatch>
|
||||||
php_flag engine off
|
|
Loading…
x
Reference in New Issue
Block a user