Hi there,
I’m not sure how to block -Libwww-perl using .htaccess. When I add this code after “RewriteEngine on” line:
RewriteCond %{HTTP_USER_AGENT} libwww-perl.* RewriteRule .* – [F,L]
I get a 500 internal error (even though I restart Apache2)
Thank you!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
RewriteCond %{HTTP_USER_AGENT} libwww-perl.* RewriteRule .* - [F,L]
Modify as per above
Check your error log to find out why.