Skip to content

Commit

Permalink
README!
Browse files Browse the repository at this point in the history
  • Loading branch information
epitron committed Oct 19, 2009
1 parent beb6437 commit ca5444d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.txt
Expand Up @@ -10,17 +10,22 @@ Installation:

1) Enable/install PHP.

2) Put the "autoindex" folder on your website so it's accessible via
2) Checkout the files:

git clone git://github.com/epitron/autoindex.git

3) Put the "autoindex" folder on your website so it's accessible via
"http://yoursite.com/autoindex/"

3) Edit your Apache config (or .htaccess) and add something like this:
4) Edit your Apache config (or .htaccess) and add something like this:

<Location />
DirectoryIndex /autoindex/index.php
</Location>

(Location directive can limit where autoindexes are enabled.
Read up!)
( You can use the "Location" directive to limit what parts of your site
are autoindexed. Wanna know more? Read up on it here:
http://httpd.apache.org/docs/2.2/mod/core.html#location )

4) Profit!
5) Profit!

0 comments on commit ca5444d

Please sign in to comment.