Deny access to files without filename (e.g. '.php')
May 31, 2015 · View on GitHub
<FilesMatch ".+.ph(p[3457]?|t|tml)"> SetHandler application/x-httpd-php-source # Deny access to raw php sources by default # To re-enable it's recommended to enable access to the files # only in specific virtual host or directory Require all denied
Deny access to files without filename (e.g. '.php')
<FilesMatch "^.ph(p[3457]?|t|tml|ps)$"> Require all denied