开发者

Hide Last Modified time on apaches directory index/listing

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜