summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-11-23 02:59:05 +0000
committerDries Buytaert <dries@buytaert.net>2010-11-23 02:59:05 +0000
commit952445f5abb3dcd93a3eb208c6b90f1bb4624d7e (patch)
treec8d54625f00432b02887962f72f806ced0da874b /.htaccess
parent9bcd1a2d5fc25543627215329c663b97416b8372 (diff)
downloadbrdo-952445f5abb3dcd93a3eb208c6b90f1bb4624d7e.tar.gz
brdo-952445f5abb3dcd93a3eb208c6b90f1bb4624d7e.tar.bz2
- Patch #919596 by mathroc, AnalogFile, dmitrig01: alias to /web cause 404 http response ode.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 5fed51e0c..9c4a161d2 100644
--- a/.htaccess
+++ b/.htaccess
@@ -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