| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
I have a web page which includes an iframe that shows a file listing of a folder. This is for a file upload/download system The folder (share/files/testuser) displaying in the iframe has no index.html file so Apache displays a formatted list of files - which is exactly what I want. Originally the file listing included a link to the parent folder, which I didn't want, and I removed it with "IndexIgnore .." on the second line of the VirtualHost.conf file like this: <Directory "/Volumes/upload/files"> IndexIgnore . IndexIgnore .. IndexIgnore icons IndexIgnore HEADER IndexIgnore README IndexIgnore Description HEADERNAME header </Directory> So far, so good (though some lines above are superfluous). Now one last thing. At the top of the file listing I get an ugly description: Index of /files/testuser The question is: how do I remove this description? I've trawled the Apache documentation and can't find exactly what I want Thanks! |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Web-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/web-dev/email@hidden This email sent to email@hidden
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.