View Full Version : When no "index.htm" "description" field
Javier Mosqueda
03-27-2000, 07:31 PM
I find useful the directory listing produced by the Apache Server when no index file is available in such directory, but it would be even better if I could use the "description" field in the listing.[nbsp][nbsp]Any suggestion on how to fill this field with any text? (to give a brief description there of what the file does)
Thanks
------------------
Javier Mosqueda
crystalking.com (http://crystalking.com)
Justin
03-27-2000, 08:36 PM
You can add the following line to an .htaccess file to pull the <TITLE> tags from the HTML pages:
</font><font face="Courier" size="3">
IndexOptions +ScanHTMLTitles
</font><font face="Verdana, Arial" size="2">
Read more at: http://www.apache.org/docs/mod/mod_autoindex.html#indexoptions
I have tested this and it works. You can do a lot more, including manually adding file descriptions using AddDescription.
Hope this helps.
<edit>
To see my test directory as an example, go here: http://www.vdj.net/INDEX/
</edit>
------------------
Justin Nelson
FutureQuest (http://www.FutureQuest.net/index.php) Support
[This message has been edited by Justin (edited 03-27-00@8:37 pm)]
vBulletin® v3.6.8, Copyright ©2000-2013, Jelsoft Enterprises Ltd.