# Hide phpm files
<FilesMatch "\.phpm$">
  Order allow,deny
</FilesMatch>

# Allow testing only from localhost
Order deny,allow
Deny from all
Allow from 127.0.0.1
