# stop any parent/site-wide rewrites from touching this folder
RewriteEngine Off

# allow PHP files to be served here
<FilesMatch "\.php$">
  Require all granted
</FilesMatch>

# no directory listing
Options -Indexes
