[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] .htaccess and recursive error documentstatement
- Subject: Re: [cobalt-users] .htaccess and recursive error documentstatement
- From: Manuel.Schmitt@xxxxxxxxxxx (Manuel Schmitt)
- Date: Tue Sep 18 06:29:04 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi Marco,
> What I meant is that the customer certainly has a broken link somewhere on
> his website. Say he uses a inex.html in which he wants to call another
file,
> via a simple <a href=..... and this link simply says .html
> Just ask the customer to check the links on his website.
thanks for you help. I did a
grep "\"\.html" * -r
in his web folder, no result. I am wondering because this error log entry
appears 50 times or more often within a few seconds. I do not think that
this is a broken link...
But I found out that the customer did use a php skript (with an include
command) that did reference a file that did not exist and the wrong error
document did cause this kind of endless loop. Thanks anyway.
Manuel