简体   繁体   中英

Hide Last Modified time on apaches directory index/listing

I have this set up in my .htaccess

Options +Indexes 
IndexOptions -FancyIndexing 

but even with -fancyindexing, it shows the modification time. How do you disable this?

thanks

I believe you want (From Apache's docs on IndexOptions ):

IndexOptions SuppressLastModified

Documentation states:

This will suppress the display of the last modification date, in fancy indexing listings.

So you'll probably want fancy indexing turned on to have this work correctly.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM