Descripción
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.
Configuration
Instalación
- Upload
header-last-modified
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress,must do it!
- 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;
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
«Last Modified» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «Last Modified» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.