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, 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><FilesMatch "\.(gif|jpe?g|png|html|css|js)$"><br> ErrorDocument 404 default<br></FilesMatch><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>