How to disable bots from crawling my site in php?
If you can request from localhost
<?php
$html = file_get_contents('http://www.example.com');
echo $html;
?>
I want to show error message if any one request my page from localhost.
0
Likes
0
Dislikes
Likes
Dislikes
0
Comments
Login to add comment
0 Answers