1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

Fixes #937 - detect of mod-rewrite is possible. New constant: e_MOD_REWRITE

This commit is contained in:
Cameron
2015-03-31 07:25:39 -07:00
parent b8d2f6667c
commit afb8d290e5
3 changed files with 21 additions and 4 deletions

View File

@@ -38,6 +38,9 @@
### LimitRequestBody 10240000
<IfModule mod_rewrite.c>
SetEnv HTTP_MOD_REWRITE On
### enable rewrites
Options +FollowSymLinks
RewriteEngine On