From 6d83364832e0c19fe8e20977658d0085281bab5c Mon Sep 17 00:00:00 2001 From: Markus Schlichting Date: Tue, 1 Dec 2015 14:44:38 +0100 Subject: [PATCH] add troubleshooting paragraph on apache config --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 714f615..dcdcdfd 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,12 @@ The default Apaxy theme `/themes/apaxy` has icons in place for the following mim .sql .srt .swf .tex .tiff .txt .vob .wav .wmv .wpd .wps .xhtml .xlam .xlr .xls .xlsm .xlsx .xltm .xltx .xml .zip +## Troubleshooting + +Make sure the options set in .htaccess files of Apaxy can actually be changed. This means that you need to allow to ovveride the used options in your apache configuration of the directory apaxy used with: +```AllowOverride Indexes``` + +Find more information in the in the [apache documentation](https://httpd.apache.org/docs/2.2/de/mod/core.html). ##Credits