Only allow GET and PUT Request Methods - htaccess

by Rekha 2010-02-17 13:38:29

The below code only allow GET and PUT Request Methods
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_METHOD} !^(GET|PUT)
RewriteRule .* - [F]

Tagged in:

1503
like
0
dislike
0
mail
flag

You must LOGIN to add comments