Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4209851
  • 博文数量: 291
  • 博客积分: 8003
  • 博客等级: 大校
  • 技术积分: 4275
  • 用 户 组: 普通用户
  • 注册时间: 2010-10-30 18:28
文章分类

全部博文(291)

文章存档

2017年(1)

2013年(47)

2012年(115)

2011年(121)

2010年(7)

分类: 系统运维

2012-06-21 01:15:49

=== Last Modified ===
Contributors: yaofuyuan
Tags: modified, last, date, time
Stable tag: trunk


Add post last modified to HTTP header to enable squid or cdn to cache your wordpress web page.
Squid will not cache the page without http header field Last-Modified.

== Installation ==
1. Upload `header-last-modified` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress,must do it!
3. Place `header_last_modified()` in /your_website_path/wp-includes/template-loader.php before "if ( $template = apply_filters( 'template_include', $template ) )" .
   Like this:
header_last_modified();
if ( $template = apply_filters( 'template_include', $template ) )
include( $template );
return;
== Configuration ==

阅读(1495) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~