mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-25 19:58:41 +02:00
9 lines
157 B
ApacheConf
9 lines
157 B
ApacheConf
#Order deny,allow
|
|
#Deny from All
|
|
#Allow from localhost
|
|
|
|
#pandora disable phpexec
|
|
<FilesMatch "\.(txt|php)$">
|
|
Deny from all
|
|
Allow from localhost
|
|
</FilesMatch> |