? 575280-key_1.patch
? multiviews-919596-6.patch
? multiviews-919596.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	13 Nov 2010 06:19:33 -0000
@@ -13,6 +13,9 @@ Options -Indexes
 # Follow symbolic links in this directory.
 Options +FollowSymLinks
 
+# Multiviews creates problems with aliased URLs and is not needed for Drupal.
+Options -Multiviews
+
 # Make Drupal handle any 404 errors.
 ErrorDocument 404 /index.php
 
