mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-20 01:08:40 +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> |