Closed (won't fix)
Project:
Drupal core
Version:
6.10
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2009 at 16:49 UTC
Updated:
31 May 2012 at 16:09 UTC
There is a syntax error on line 22 of the .htacces file of drupal. It says:
ErrorDocument 404 "The requested file favicon.ico was not found.
And it should say:
ErrorDocument 404 "The requested file favicon.ico was not found."
Comments
Comment #1
keith.smith commentedThe comment directly above that line (in my copy of Drupal-6.x-dev) says:
# There is no end quote below, for compatibility with Apache 1.3.Comment #2
damien tournoud commentedPlease read the line just above:
Comment #3
jackbravo commentedMy bad. Didn't read the code above. I'm very embarrassed.
Comment #4
Donovan commentedOK. But ... that missing end quote breaks .htaccess.
On my 6.x stable install this has resulted in an installation error stating:
"register_globals is enabled. Drupal requires this configuration directive to be disabled."
... when in-fact register_globals is DISabled in .htaccess. However, the missing end quote causes it to be ignored.
Can an end quote be added for non-Apache 1.3 installations?
Comment #5
seismicmike commentedSounds to me like the best solution would be to add the quote if you need it. That's what I did.