Question
How to block - Libwww-perl Access in .htaccess?
Hi there,
I’m not sure how to block -Libwww-perl using .htaccess. When I add this code after “RewriteEngine on” line:
RewriteCond %{HTTPUSERAGENT} 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.
×