the /drupal-6.x/.htaccess Apache configuration file contains a line that is missing a closing double quote. Line 21 reads:

ErrorDocument 404 "The requested file favicon.ico was not found.

It should read:

ErrorDocument 404 "The requested file favicon.ico was not found."

This minor Apache config file syntax error first appeared in Drupal 6.3 and still exists in 6.4.

Comments

damien tournoud’s picture

Duplicate of #281131: Missing quotation mark in .htaccess line. Please search before you open an issue. This is a non-bug that has been reported several times in the past few months.

ridgerunner’s picture

My Apologies. (Usually, I am much more careful about such things.) Next time I promise to look before I leap.

Is there any way I can delete this redundant non-bug issue thread/post? (I don't see any delete option.)

damien tournoud’s picture

Status: Active » Closed (duplicate)