1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-07 08:16:36 +02:00

docs: specify the AllowOverride statement to set

This commit is contained in:
oupala
2021-09-16 01:31:58 +02:00
parent bbe754bf34
commit cb96aa8f14

View File

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