From fdc91796bfc2da4baae1dae1aaa968296cf2e46c Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sat, 23 Apr 2011 20:25:43 -0400 Subject: [PATCH] - Patch #919596 by mathroc, AnalogFile, dmitrig01, boombatower: -MultiViews in .htaccess requires odd AllowOverride Options=All,MultiViews. --- .htaccess | 3 --- 1 file changed, 3 deletions(-) diff --git a/.htaccess b/.htaccess index 9c4a161d2b16..5fed51e0cb28 100644 --- a/.htaccess +++ b/.htaccess @@ -13,9 +13,6 @@ 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 -- GitLab