From cb96aa8f146ace8f95dfdcb83f96b91253376261 Mon Sep 17 00:00:00 2001 From: oupala Date: Thu, 16 Sep 2021 01:31:58 +0200 Subject: [PATCH] docs: specify the AllowOverride statement to set --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84dc3dc..dc81419 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,11 @@ Apaxy may be basic, but it gives you a great deal of creative freedom when styli ## Installation -apaxy requires an apache (2.2.11+) enabled http server. +apaxy requires an apache (2.2.11+) http server. The configuration of the apache http server have to set an `AllowOverride` statement for the Apaxy styled folder: + +```apache +AllowOverride Options Indexes FileInfo +``` ### Quick start