mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Fixes #2797 during install. htaccess fix for when Apache "MultiViews" is enabled and messes up News SEF URLs.
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
Deny from env=HTTP_SAFE_BADBOT
|
Deny from env=HTTP_SAFE_BADBOT
|
||||||
|
|
||||||
### Disable directory listing
|
### Disable directory listing
|
||||||
Options -Indexes
|
Options -Indexes -MultiViews
|
||||||
|
|
||||||
### limit file uploads to 10mb
|
### limit file uploads to 10mb
|
||||||
### LimitRequestBody 10240000
|
### LimitRequestBody 10240000
|
||||||
|
@@ -1757,7 +1757,7 @@ class eRouter
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private function _debug($label,$val, $line)
|
private function _debug($label,$val=null, $line=null)
|
||||||
{
|
{
|
||||||
if(!deftrue('e_DEBUG_SEF'))
|
if(!deftrue('e_DEBUG_SEF'))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user