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

Cannot get Apaxy to work #66

Closed vertigo3d closed 7 years ago

vertigo3d commented 8 years ago

Hello,

I have a very basic setup. I have Apache installed on Ubuntu and my path is /var/www/html/test. There are a few files in the 'test' folder. I followed the directions to copy the contents from apaxy to the 'test' folder and renamed htaccess.txt to .htaccess in both the test/ folder and theme/folder. However, when I browse to the directory, it shows the default file listing. Is there something else that I need to do?

Instructions seems pretty straightforward. I restarted Apache but that didn't help. Any assistance would be deeply appreciated.

vertigo3d commented 8 years ago

I was able to get this to work after adding the following lines to /etc/apache2/sites-available/000-default.conf:

<Directory /var/www/html> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all

Hopefully, it may help someone. Maybe, someone else can describe why this worked :smile:...

woodrowbarlow commented 8 years ago

The AllowOverride Indexes option means "allow .htaccess files to override global apache configuration". Most Apache installs require this before you can use .htaccess files.

AdamWhitcroft commented 7 years ago

@vertigo3d Have you managed to get it working? If so, please let me know so I can close out this issue.

vertigo3d commented 7 years ago

Yes, it’s working.

From: Adam Whitcroft [mailto:notifications@github.com] Sent: Thursday, November 10, 2016 8:32 AM To: AdamWhitcroft/Apaxy Apaxy@noreply.github.com Cc: vertigo3d jjagdeo@gmail.com; Mention mention@noreply.github.com Subject: Re: [AdamWhitcroft/Apaxy] Cannot get Apaxy to work (#66)

@vertigo3dhttps://github.com/vertigo3d Have you managed to get it working? If so, please let me know so I can close out this issue.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/AdamWhitcroft/Apaxy/issues/66#issuecomment-259690415, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ALcMgtAkBe7148Bqs7KaUUkNe9H79eh2ks5q8xzGgaJpZM4Iyfgc.

AdamWhitcroft commented 7 years ago

Good stuff!