Help - Search - Members - Calendar
Full Version: Create a listing of files
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
paulsthomson
Hi

I am a complete newbie to HTML after spending 5 yrs as a unix sysadmin.

I have generated a very basic index page which links to another set of files.

CODE

<html>
<head>
<title>Capacity Planning Distributed systems reports</title>
</head>
<body>
<img src="tntlogo.gif"/>
<h1>Capacity Planning Reports</h1>
<p>
The following links take you to the weekly reports.
</p>
<p>
<a href="RF">Top 20 RF scanners by depot </a>
</p>
<p>
<a href="Concount">Top 20 concounts by depot </a>
</P>
<p>
<a href="Pro">Top 20 proIV users by depot </a>
</P>

</body>
</html>


Now my RF / Concount / Pro areas just contain files I want to list , without using some javascript or similar , it there a way to use HTML to say display the directory listing or add another html page with a banner and a directory listing ?

Darin McGrew
You can configure your server to generate the file index automatically. The details vary from server to server, but for Apache, see the Module mod_autoindex documentation.
paulsthomson
QUOTE(Darin McGrew @ Feb 12 2007, 11:46 AM) *

You can configure your server to generate the file index automatically. The details vary from server to server, but for Apache, see the Module mod_autoindex documentation.

Darin

thankyou very much, I have had a read of this documentation and it makes sense. I have also been able to do exactly what I wanted !

10 out of 10.

Paul
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.