mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +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
|
||||
|
||||
### Disable directory listing
|
||||
Options -Indexes
|
||||
Options -Indexes -MultiViews
|
||||
|
||||
### limit file uploads to 10mb
|
||||
### 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'))
|
||||
{
|
||||
|
Reference in New Issue
Block a user