fassor/acra-php-mailer/master/.htaccess - Htaccess File

fassor/acra-php-mailer/master/.htaccess

#
# Password protected the acra.php file to prevent
# unauthorized usage.
#
<FilesMatch "acra.php">
  AuthName "ACRA PHP Mailer"
  AuthType Basic
  AuthUserFile /path/to/your/.htpasswd
  require valid-user
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache