All-<br><br>We've been doing some heavy testing on 4.6 and found a piece that is good (I think) for all Drupal versions.<br><br>In .htaccess, Drupal's index.php file is defined as the default 404 handler.<br><br>This can cause real problems when an image or other file is missing,&nbsp; A little research by our tech guys gives us this:
<br><br># This overrides the Drupal 404 handler for files that should never be handled by Drupal<br>&lt;FilesMatch &quot;\.(gif|jpe?g|png|html|css|js)$&quot;&gt;<br>&nbsp; ErrorDocument 404 default<br>&lt;/FilesMatch&gt;<br><br>
This makes Apache handle 404 errors for typical html and image files.<br><br>Should this be submitted officially?<br><br>- Ken Rickard<br>agentrickard<br>