View Single Post
Old 05-28-2004, 03:32 AM   #1 (permalink)
k_day64
Upright
 
PHP/HTML indexing?

Is there a way with PHP to generate HTML of an index?

Lets say there are 50 files in root/goat_cheese/ and I dont like having indexing turned on. How do I get PHP to output an HTML file that lists these 50 files without letting someone know the dir name.

It would be a nice security feature.

~k_day64
k_day64 is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37