Kirk Ferguson wrote:
> Hello. We're using a .htaccess in the primary, something
> like is discussed at this site:
There's never any need to use .htaccess, since you can use template fragments.
> This allows you to choose which spiders you want to allow,
> and to redirect those you don't want to a 404 page or another
> site.
You can do that with a custom template fragment. Using .htaccess means that you have your spider information in two places rather than one, and if you are not careful, might open up a security hole.
Charlie