* Adapt .htaccess profile of "mod_rewrite for 1&1 and problematic

servers" to not include the "Options -MultiViews" option, since
     this is often blocked
This commit is contained in:
Garvin Hicking 2015-03-16 10:15:55 +01:00
parent 325ea6de7b
commit c249403c16
3 changed files with 4 additions and 2 deletions

View File

@ -39,6 +39,10 @@ Version 2.1 ()
Version 2.0.2 ()
------------------------------------------------------------------------
* Adapt .htaccess profile of "mod_rewrite for 1&1 and problematic
servers" to not include the "Options -MultiViews" option, since
this is often blocked
* Fix initializing smarty framework in the preview/saving iframe,
so that a template's config.inc.php is always loaded.

View File

@ -1,7 +1,6 @@
# BEGIN s9y
ErrorDocument 404 {PREFIX}{indexFile}
DirectoryIndex {PREFIX}{indexFile}
Options -MultiViews
RewriteEngine On
RewriteBase {PREFIX}

View File

@ -3,7 +3,6 @@ ErrorDocument 404 {PREFIX}{indexFile}
DirectoryIndex {PREFIX}{indexFile}
php_value session.use_trans_sid 0
php_value register_globals off
Options -MultiViews
RewriteEngine On
RewriteBase {PREFIX}