1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +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