2020-01-27 11:03:42 +01:00
|
|
|
#Order deny,allow
|
|
|
|
#Deny from All
|
|
|
|
#Allow from localhost
|
|
|
|
|
|
|
|
#pandora disable phpexec
|
2020-01-31 18:45:53 +01:00
|
|
|
<FilesMatch "\.(txt|php)$">
|
2020-01-27 11:03:42 +01:00
|
|
|
Deny from all
|
|
|
|
Allow from localhost
|
2020-07-30 08:57:54 +02:00
|
|
|
</FilesMatch>
|