CSS background-image: url(none) leading to errors in apache log file CSS background-image: url(none) leading to errors in apache log file apache apache

CSS background-image: url(none) leading to errors in apache log file


This is normal. By using the url() syntax, anything you put into the brackets is considered to be a URL. The browsers are making an http request for a resource called none.

Basically, you've specified an invalid url for a background image.