I have been using file_get_contents
for a while for embed WP. It works well, but now we have a Hacker-Bot coming from akh-ari-nat.front.d0m.de
and sending the local IP 192.168.48.6. So we decide to block the Hostname using htaccess.
As soon as I add this in my htaccess:
deny from akh-ari-nat.front.d0m.de
file_get_contents
stops working in my index.php. Does someone know why?