Forum Moderators: phranque

Message Too Old, No Replies

Ways to stop spiders crawling database

Other than cloaking!

         

hurlimann

12:19 pm on Jul 1, 2002 (gmt 0)

10+ Year Member



We need to stop spiders from crawling db generated pages from mysql on apache server.

Any ideas of the best way?

gcross

6:27 pm on Jul 2, 2002 (gmt 0)

10+ Year Member



Try sticking these lines into your generated pages.

<meta http-equiv="PRAGMA" content="NO-CACHE" />
<meta name="robots" content="noindex, nofollow" />

Also, there is usually a robots.txt file in the root directory. That may be the best place to enter your instruction.