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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user