1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-24 17:43:23 +02:00

add troubleshooting paragraph on apache config

This commit is contained in:
Markus Schlichting
2015-12-01 14:44:38 +01:00
parent 4650aff3f6
commit 6d83364832

View File

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