1
0
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:
Cameron
2017-09-23 16:22:06 -07:00
parent 13d58de464
commit 75fcecf23c
2 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

@@ -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'))
{