diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-22 12:10:52 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-22 12:10:52 -0700 |
commit | 2117d7725e636ce408b85501032bc8aff86d3000 (patch) | |
tree | 4948086c3b0f7dbc7f5444e8db2b43eeda72f4d4 /robots.txt | |
parent | 1e7a2f58088cfef97be067d5b307ba95a170209b (diff) |
For those that run gallery3 at the top level, include a robots.txt file to exlude gallery3 working directories from index by robots. Fixes #794 - thanks nigel_aves
Diffstat (limited to 'robots.txt')
-rw-r--r-- | robots.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/robots.txt b/robots.txt new file mode 100644 index 00000000..bc7b5ac9 --- /dev/null +++ b/robots.txt @@ -0,0 +1,13 @@ +User-agent: * +Disallow: /application/ +Disallow: /installer/ +Disallow: /lib/ +Disallow: /modules/ +Disallow: /system/ +Disallow: /themes/ +Disallow: /var/logs/ +Disallow: /var/modules/ +Disallow: /var/resizes/ +Disallow: /var/thumbs/ +Disallow: /var/tmp/ +Disallow: /var/uploads/ |