This content has been marked as final.
Show 4 replies
-
1. Re: Unable to replicate robots.txt through to the dispatcher
Yogesh Upadhyay Jul 28, 2013 7:23 AM (in response to hettyere)If this file exists in publish then there is a dispatcher rule that is blocking this file.
Yogesh
-
2. Re: Unable to replicate robots.txt through to the dispatcher
hettyere Jul 28, 2013 7:59 AM (in response to Yogesh Upadhyay)Thank you Yogesh for your prompt response.
Will you be able to tell which dispatcher rule that may be blocking this file?
-
3. Re: Unable to replicate robots.txt through to the dispatcher
Sham HC Jul 28, 2013 3:30 PM (in response to hettyere)Following the article the filter [1] is blocking it as expected.
[1] /0080 { /type "deny" /glob "GET * /robots.txt*" } -
4. Re: Unable to replicate robots.txt through to the dispatcher
hettyere Jul 28, 2013 6:58 PM (in response to Sham HC)Thank you Sham for your response.
I added the line of code below in my dispatcher.any file. It is still not able to see the robots.txt.
# Deny content grabbing
/0080 { /type "allow" /glob "GET * /robots.txt*" }



