| > Adding -*/images/images/* does not work
> Here is the URL :
> <http://www.tekmonki.com/index.php/category/musik/remixes/>
> I don't know how long this URL will be available as it is
a
> test page for a css bug (now fixed).
Try to go to:
<http://www.tekmonki.com/index.php/category/musik/remixes/im>
ages/images/images/>
You will find a
<link rel="shortcut icon" href="images/monki.ico"
type="image/x-icon" />
Leading to a more deeper loop:
10:40:34 Debug: link detected in html:
images/monki.ico
The error is a server-side error: the server responds to an
error using a 200 code ("OK"):
[2] response for
www.tekmonki.com/index.php/category/musik/remixes/images/ima
ges/images/images/images/images/monki.ico:
code=200
>>> HTTP/1.1 200 OK
>>> Date: Sat, 11 Dec 2004 09:45:12 GMT
>>> Server: Apache
>>> X-Powered-By: PHP/4.3.3
>>> Set-Cookie: PHPSESSID=7f9f32de12ff9552aedfb8c1ffb5400c;
path=/
>>> Expires: Mon, 26 Jul 1997 05:00:00 GMT
>>> Cache-Control: no-store, no-cache, must-revalidate
>>> Pragma: no-cache
>>> Last-Modified: Sat, 11 Dec 2004 09:45:12 GMT
>>> Cache-Control: post-check=0, pre-check=0
>>> X-Pingback: <http://www.tekmonki.com/xmlrpc.php>
>>> Keep-Alive: timeout=15, max=99
>>> Connection: Keep-Alive
>>> Transfer-Encoding: chunked
>>> Content-Type: text/html
[ By the way -- adding -*/images/images/* to the scan rules
list did actually work for me - did you put anything else
after this rule ? ]
| |