On 12/10/05, Facun Chamut <[EMAIL PROTECTED]> wrote: > if w/ relative/absolute you mean whether it finishes w/ a */*, then it > doesn't matter (in this particular case. It sometimes does). Please see my > example.
I mean is your css file written as: <link rel="stylesheet" type="text/css" href="/path/to/css"/> <!-- absolute! --> <link rel="stylesheet" type="text/css" href="path/to/css"/> <!-- relative! --> but blah/ and blah/bleh should refer to the same relative path, so that must not be it. What does your server log say when you try to hit blah/bleh with a browser?

