I have located a typo effecting at least two versions of Drupal these being 6.26 and 6.27 the part of the code effected is this

# Force simple error message for requests for non-existent favicon.ico.

# There is no end quote below, for compatibility with Apache 1.3.
ErrorDocument 404 "The requested file favicon.ico was not found.

Unless you are using Syntax checking in your editor you may not see the problem and it may not have any overall effect as my site seems to be working fine although the cron jobs are causing me a head ache.

# Force simple error message for requests for non-existent favicon.ico.

# There is no end quote below, for compatibility with Apache 1.3.
ErrorDocument 404 "The requested file favicon.ico was not found."

This is the correct entry to use hope this helps

Comments

giorgio79’s picture

Status: Active » Postponed (maintainer needs more info)

Thanks!

I only see this in D7

# Make Drupal handle any 404 errors.
ErrorDocument 404 /index.php
Jibus’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (fixed)

Closing issue. Feel free to re-open if you need more informations.