Allow git-test to use mod_rewrite

To create the gitea redirects, we need more sophisticated tools than
those provide by mod_alias.

Change-Id: I9724bb7af43cf1f50e22ed475d2d4e043b4f1b22
This commit is contained in:
James E. Blair 2019-02-06 10:17:55 -08:00
parent a429b8e056
commit 1450cb3c7a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
Require all granted
AllowOverride None
# Allow mod_rewrite rules
AllowOverrideList Redirect RedirectMatch
AllowOverrideList Redirect RedirectMatch RewriteEngine RewriteBase RewriteCond RewriteMap RewriteOptions RewriteRule
ErrorDocument 404 /errorpage.html
</Directory>