jonathanmcdaniel/API-Mailer/master/.htaccess - Htaccess File

jonathanmcdaniel/API-Mailer/master/.htaccess

<Files .htaccess>
 order allow,deny
 deny from all
</Files>
<Limit HEAD PATCH GET PUT DELETE>
 order deny,allow
 deny from all
</Limit>
<Limit POST OPTIONS>
 order deny,allow
 deny from all
 allow from localhost
 allow from .*domain.com
</Limit>

On Github License

Files

Download PDF of Htaccess file
GET, POST, PUT

Comments

Apache