Skip to content

sunny/pouce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pouce

Cute PHP directory lister. Like an "index-of".

Licenced under the GNU General Public License (http://www.gnu.org/copyleft/gpl.html)

Install

  1. Download Pouce

  2. Place it on your webserver, for example under /pouce.

  3. 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;
      

Configuration

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.

About

Cute PHP directory lister, index-of style

Resources

Stars

Watchers

Forks

Packages

No packages published