开发者

Hide Last Modified time on apaches directory index/listing

开发者 https://www.devze.com 2023-01-09 14:28 出处:网络
I have this set up in my .htaccess Options +Indexes IndexOptions -FancyIndexing but even with开发者_如何学Python -fancyindexing, it shows the modification time. How do you disable this?

I have this set up in my .htaccess

Options +Indexes 
IndexOptions -FancyIndexing 

but even with开发者_如何学Python -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.

0

精彩评论

暂无评论...
验证码 换一张
取 消