/ Published in: Apache
Expand |
Embed | Plain Text
RewriteCond %{REQUEST_METHOD} !^(GET|HEAD|POST|PROPFIND|OPTIONS|PUT)$ [NC] RewriteRule .* - [F,NS,L]
You need to login to post a comment.
dennyhalim on 05/26/09
1 person have marked this snippet as a favorite
RewriteCond %{REQUEST_METHOD} !^(GET|HEAD|POST|PROPFIND|OPTIONS|PUT)$ [NC] RewriteRule .* - [F,NS,L]
You need to login to post a comment.