o***@gmail.com
2012-08-29 14:17:02 UTC
Hello,
I'm using the following config for apache:
<Directory "/">
Options Indexes FollowSymLinks
</Directory>
But for sub directory that have index.html, apache will use the timestamp ofindex.html instead of the time stamp of the directory itself, eg:
<a>
<b>
index.html
<c>
index.html
When apache create the auto index file list for a, it will show b's time stamp using 'b/index.html'.
I'd like to know how to disable it and show the time stamp of b itself.
Thanks.
I'm using the following config for apache:
<Directory "/">
Options Indexes FollowSymLinks
</Directory>
But for sub directory that have index.html, apache will use the timestamp ofindex.html instead of the time stamp of the directory itself, eg:
<a>
<b>
index.html
<c>
index.html
When apache create the auto index file list for a, it will show b's time stamp using 'b/index.html'.
I'd like to know how to disable it and show the time stamp of b itself.
Thanks.