Forum Moderators: open
The browser only asked for three things, robots.txt, the default home page (/), and one of the apple-touch-icons.In that order? We are all too familiar with malign entities that ask for the front page, possiby other pages, and only later “Oh, yeah, and let me have robots.txt too.”
I think the request was made directly at my IP addressDo you have your own server, with your site set as the default? Otherwise, requests without a hostname would never reach any particular site.
^[^:]+:(\d\d:\d\d:\d\d) (.+\n[^:]+:\1 ){some-number-here} (RegEx pattern for Apache log format, ymmv) :: Isn't "Mozilla/5.0 (Web Explorer)" in UA should be blocked by default any way?Should it? I just checked logs, and our font-flattened Cosmonaut is literally the only occurrence of “Web Explorer” in this entire calendar year.
RewriteRule robots\.txt robotsq.php [NC,L]I just say robots.php--but if they ask for mis-cased ROBOTS.txt, that's on them and why should they get anything? Same goes for things like “blogs/robots.txt”, so I use a ^ anchor.
That’s not the current century’s spelling