Closed (duplicate)
Project:
Drupal core
Version:
6.3
Component:
other
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2008 at 17:25 UTC
Updated:
10 Sep 2008 at 17:47 UTC
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
Comment #1
damien tournoud commentedDuplicate 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.
Comment #2
ridgerunner commentedMy 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.)
Comment #3
damien tournoud commented