diff options
author | Adam Whitcroft <hello@adamwhitcroft.com> | 2016-10-01 14:16:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-01 14:16:42 +0100 |
commit | bf921c07402432b46a8860382a7686fa09eae1dc (patch) | |
tree | d3ac5bdea45332181b2a93bc18374cf7296c89dc | |
parent | 3ef971601f47fda04a4d01ea46f7339804136f37 (diff) | |
parent | 6d83364832e0c19fe8e20977658d0085281bab5c (diff) | |
download | Apaxy-bf921c07402432b46a8860382a7686fa09eae1dc.zip Apaxy-bf921c07402432b46a8860382a7686fa09eae1dc.tar.gz Apaxy-bf921c07402432b46a8860382a7686fa09eae1dc.tar.bz2 |
Merge pull request #48 from madmas/patch-1
add troubleshooting paragraph on apache config
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -61,6 +61,12 @@ The default Apaxy theme `theme/apaxy` has icons in place for the following mime .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 |