- Patch #919596 by mathroc, AnalogFile, dmitrig01, boombatower: -MultiViews in .htaccess requires odd AllowOverride Options=All,MultiViews.
parent
944edcd019
commit
fdc91796bf
|
@ -13,9 +13,6 @@ Options -Indexes
|
||||||
# Follow symbolic links in this directory.
|
# Follow symbolic links in this directory.
|
||||||
Options +FollowSymLinks
|
Options +FollowSymLinks
|
||||||
|
|
||||||
# Multiviews creates problems with aliased URLs and is not needed for Drupal.
|
|
||||||
Options -Multiviews
|
|
||||||
|
|
||||||
# Make Drupal handle any 404 errors.
|
# Make Drupal handle any 404 errors.
|
||||||
ErrorDocument 404 /index.php
|
ErrorDocument 404 /index.php
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue