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

Remove of unnecessary absolute file path #55

Closed IntiGabriel closed 8 years ago

IntiGabriel commented 8 years ago

Hi!

First of all thanks for your work! I changed/added some small parts:

The changes should make installation faster as you just need to download and rename files.

regards

Inti

woodrowbarlow commented 8 years ago

This PR broke subdirectory styling (issue #62).

IntiGabriel commented 8 years ago

I will take a look and provide a patch/revert the changes in the next days to provide another PR.

woodrowbarlow commented 8 years ago

i do think the original setup resulted in needlessly complicated installation instructions.

my opinion is that the installation instructions should say that the theme folder goes in the document root -- then all the references can be /theme/... and there isn't any need to change the .htaccess file. then the .htaccess file can go either at the document root or anywhere you want to have the theme.

i also think the theme folder should be renamed to .theme or .apaxy -- then it gets ignored by the directory listing by default, without the need for extra htaccess rules.