Tools and References

ManagementEmail

<a name="tools">

Tools & References</a>

Unfiled

Apache Conf to Stop Googlebot

To stop Googlebot:

 &lt;Directory /opt/www/html&gt;
   SetEnvIfNoCase user-agent "^Googlebot-Image" stop_image_bot
   deny from env=stop_image_bot
 &lt;/Directory&gt;

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.