blob: 85ddec7236e9e0c639f1a7f13e98e56d3cf0bf6b (
plain)
1
2
3
4
5
6
7
8
|
<FilesMatch ".+\.ph(p3?|tml)$">
SetInputFilter PHP
SetOutputFilter PHP
</FilesMatch>
# Deny access to files without filename (e.g. '.php')
<FilesMatch "^\.ph(p[345]?|t|tml|ps)$">
Require all denied
</FilesMatch>
|