Forum Moderators: open
No robots. No images.
150 pages in under four minutes.
Please note question mark at end of html.
I'm don't recall seeing this previously and I'm not aware of why or IF the server should of should not have rejected such a request?
The backbone is an apparent new service and merely provides a UAG and no other pages.
Backbone denied also.
[webmasterworld.com...]
RewriteCond %{REMOTE_ADDR} ^69\.22\.(12[8-9]¦1[3-8][0-9]¦19[01])\. [OR]
RewriteCond %{REMOTE_ADDR} ^69\.31\. [OR]
RewriteCond %{REMOTE_ADDR} ^69\.50\.(1[6-8][0-9]¦19[01])\. [OR]
I'm don't recall seeing this previously and I'm not aware of why or IF the server should of should not have rejected such a request?
Question mark denotes start of the query string and default configs won't reject such URLs with 404s, as they will just create appropriate context with query string, which in this case is abscent.
From requestor's point of view there is little need to do that, perhaps apart from maybe trying to beat proxy caching by showing its a dynamic page?