? multiviews-6.patch
? multiviews-919596-6.patch
? patch.patch
? sites/default/files
? sites/default/settings.php
Index: .htaccess
===================================================================
RCS file: /cvs/drupal/drupal/.htaccess,v
retrieving revision 1.110
diff -u -p -r1.110 .htaccess
--- .htaccess	11 Oct 2010 23:49:48 -0000	1.110
+++ .htaccess	5 Nov 2010 20:54:48 -0000
@@ -13,6 +13,9 @@ Options -Indexes
 # Follow symbolic links in this directory.
 Options +FollowSymLinks
 
+# Not needed for Drupal and may create problems with some aliased URLs
+Options -Multiviews
+
 # Make Drupal handle any 404 errors.
 ErrorDocument 404 /index.php
 
