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

Different header and footer for two directories #12

Closed alegrm closed 11 years ago

alegrm commented 11 years ago

If I have the following directory structure

share
|_ videos
    |_ theme
|_ software
|_ .htacess

and my .htaccess with the configuration is under share, but I am also able to see software, which I want to share too but with a different HTML header and footer in each directory, how can I do that? is it possible? Thanks


I found out that putting other theme and a .htaccess that overrides the parent worked.