# Prevent direct access to PHP includes
<FilesMatch "\.(php)$">
  Order Deny,Allow
  Deny from all
</FilesMatch>

<Files "index.php">
  Order Allow,Deny
  Allow from all
</Files>
