HTML Directory Browsing

Soldato
Joined
8 Oct 2005
Posts
4,184
Location
Midlands, UK
Hi,

im using my isp's (pipex) hosting, however it doesn't support databases/php etc.
Is there some script / way that i can browse directory contents of say ../images
without knowing the full path to the file - a sort of HTML directpry indexor :) At the minute i need to know the exact file name :(

Any ideas?
 
Depends on whether pipex's configuration allows you to override server-settings, but you can try enabling directory indexing via a .htaccess:

  • Create a new file in Notepad.
  • Add the line Options +Indexes
  • Save as '.htaccess' (make sure it's not named .htaccess.txt) and upload to the webspace root directory (or the directory from which you want all subdirectories to be browsable).
 
Back
Top Bottom