tags:

views:

21

answers:

1
+1  Q: 

Apache error log

What mistake type is this and how to correct?

[Sun Oct 31 12:00:07 2010] [error] [client 201.19.xxx.xx] File does not exist: /home/Example/public_html/url(res:, referer: http://www.example.com/mypage.htm

The indication of this url (url(res:,) appears a lot of times in the log

Apache 2.0.63
PHP 5.2.9

+1  A: 

Looks like a mistake in a CSS stylesheet.

thejh
Hah, good thinking! That's probably it. (Would +1 but I'm out of votes for today)
Pekka
This mistake was copied of the log, I just changed URL for example.com
Vera
@Vera: Yes, but it means that some page requested something beginning with "url(res:/" which you usually do in CSS stylesheets.
thejh

related questions