Forum Moderators: phranque
Just made my website 'open' as they say for the public to view my files which are on the server. I have no index page or anything and have made an .htaccess file with the Option +Indexes inside it. It is therefore an 'Index Of/' page...
I have the Name, Last Modified and Size filled for my files but the Description part is blank. How do i create a Description for it?
Thanks in advance, EB
Welcome to WebmasterWorld!
Are you looking for the AddDescription [httpd.apache.org] directive of mod_autoindex?
Jim
Options Indexes
IndexOptions FancyIndexing
HeaderName header.html
ReadmeName footer.html
IndexIgnore header.html footer.html astats webcam robots.txt .htaccess
AddDescription "College Assignment" .html
That's my .htaccess, can anyone help?
Thanks, EB