* 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:
parent
325ea6de7b
commit
c249403c16
@ -39,6 +39,10 @@ Version 2.1 ()
|
|||||||
Version 2.0.2 ()
|
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,
|
* Fix initializing smarty framework in the preview/saving iframe,
|
||||||
so that a template's config.inc.php is always loaded.
|
so that a template's config.inc.php is always loaded.
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
# BEGIN s9y
|
# BEGIN s9y
|
||||||
ErrorDocument 404 {PREFIX}{indexFile}
|
ErrorDocument 404 {PREFIX}{indexFile}
|
||||||
DirectoryIndex {PREFIX}{indexFile}
|
DirectoryIndex {PREFIX}{indexFile}
|
||||||
Options -MultiViews
|
|
||||||
|
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteBase {PREFIX}
|
RewriteBase {PREFIX}
|
||||||
|
@ -3,7 +3,6 @@ ErrorDocument 404 {PREFIX}{indexFile}
|
|||||||
DirectoryIndex {PREFIX}{indexFile}
|
DirectoryIndex {PREFIX}{indexFile}
|
||||||
php_value session.use_trans_sid 0
|
php_value session.use_trans_sid 0
|
||||||
php_value register_globals off
|
php_value register_globals off
|
||||||
Options -MultiViews
|
|
||||||
|
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteBase {PREFIX}
|
RewriteBase {PREFIX}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user