.htaccess - Block Blank HTTP_X_FORWARDED_FOR traffic -
is possible block traffic when http_x_forwarded_for
blank/empty htaccess
?
i've tried these two:
rewriteengine on rewritecond %{http:x-forwarded-for} ^.{0}$ rewriterule .* - [f]
and
rewriteengine on rewritecond %{http:x-forwarded-for} ^$ rewriterule .* - [f]
Comments
Post a Comment