oupala / apaxy

a simple, customisable theme for your apache directory listing
https://oupala.github.io/apaxy/
GNU General Public License v3.0
1.86k stars 256 forks source link

Apaxy not working #140

Closed signorettae closed 4 years ago

signorettae commented 4 years ago

I tried to install it on my Apache web server but it doesn't work. I tried with manual and automatic setup both

oupala commented 4 years ago

What should we do with such issue? No information, no detail, no clue.

I can just tell you that Apaxy is working on my server.

There should be something wrong on your side, but we need more information to find out what.

atmgnd commented 4 years ago

Is your site configured with following setting?

<Directory "/var/www/html/share"> AllowOverride All Options Indexes MultiViews FollowSymLinks Require all granted

signorettae commented 4 years ago

Is your site configured with following setting?

<Directory "/var/www/html/share"> AllowOverride All Options Indexes MultiViews FollowSymLinks Require all granted

Thank you so much, I solved the problem