Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对不起这个奇怪的标题。我有一个用纯 HTML 编写的相当大的网站。现在我必须制作网站的一些标准区域,单次可编辑。所以我正在考虑一种通过外部文件包含这些元素的聪明方法。我无法更改页面的 .html 扩展名,并且强制服务器对每个页面进行 php-parse 似乎是一种资源浪费。
我必须选择:1)包括通过 SSI(我已经读过它的性能很差) 2)mod_rewriting 到假的 .html 扩展名并包括通过 php 包括
你会怎么做?最快和最便宜的方法是什么?其中之一是对 SEO 最友好的吗?
我认为问题是您知道哪些技术。
但是使用 PHP,您有更多的可能性。