Is there a way to prevent spidering of files in wp-content/uploads?
Is there a way to prevent spidering of files in wp-content/uploads?
robot.txt
Thanks hey2you. I already have some some directives in my robots.txt file, but I'm wondering if there's any extra layer of protection, for example maybe something interesting with .htaccess?
you want to lock it with .htaccess without letting others to access it through the site?? Try:
http://www.elated.com/articles/password-protecting-your-pages-with-htaccess/
Ah, thanks again. All I'm really trying to do is prevent files that I upload to a private site (very limited access) from being indexed/scraped. Maybe being a bit paranoid?
This topic has been closed to new replies.