how to show file list without index file?

seachen

Verified User
Joined
Feb 3, 2007
Messages
491
i found some website can show file list if remove the index file.
like cPanel.

may i know DA how to make it?
i try to delete index file, but the page show "can not display"
 
Upload .htaccess file with this content:
Code:
Options +Indexes
 
Back
Top