怎么做动态网页的真静态化

WBOY
Release: 2016-06-13 13:26:03
Original
807 people have browsed it

如何做动态网页的真静态化
想把网站上的一些不经常变动的动态网页实现静态化
网上查到的方法大多是让这些动态页面的代码生成对应的静态html页面

我的问题是,如何使得今后对动态页面的请求都转移到相应的静态页??
有人说用url rewrite,但是这样不就永远都访问不到动态页了,因为请求都重定位到了静态页上,那动态网页也就没办法更新其内容了

我是想这些动态页生成相应的静态页后,这些静态页保持一天的cache,第二天又能让动态页来更新一次????

------解决方案--------------------
都是PHP把页面存到文件,下一次直接读文件,都会经过PHP的。

方便的方法就是Smarty模板替换,傻蛋一点的就是ob。
------解决方案--------------------

探讨

没有只在需要更新的时候走一下PHP的,其他时候都直接请求静态页面的办法咯?
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template