Cute PHP directory lister. Like an "index-of".
Licenced under the GNU General Public License (http://www.gnu.org/copyleft/gpl.html)
-
Place it on your webserver, for example under
/pouce
. -
Point your empty directories to Pouce's
index.php
.This configuration varies depending on your webserver.
-
With Apache you can add this line inside an
.htaccess
:DirectoryIndex index.php index.html /pouce/index.php
-
With Nginx, you can add this line to your configuration:
index index.html index.htm index.php /pouce/index.php;
-
If you intend to host it elsewhere than /pouce
or change any option, you can copy config.example.php
to config.php
and edit the configuration at your liking.