summaryrefslogtreecommitdiff
path: root/debian/php5filter.conf
blob: 50c88b441feb44f57b4a9d6a4914252445856222 (plain)
1
2
3
4
5
6
7
8
9
<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)$">
    Order Deny,Allow
    Deny from all
</FilesMatch>