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.
这是一个不寻常的请求,我知道,但我有一个包含在其中使用 <!--#flastmod file="this_filename.shtml" --> (因为 LAST_MODIFIED 只会返回调用文档的修改日期),如果我能够为“文件”使用一个变量,如果包含的名称发生更改,我不必担心代码中断。
我测试的 SSI 变量都返回调用文档的路径和文件名,而不是包含本身。是否有任何会返回包含的信息?
在 RHEL 上使用 Apache 2.0。不使用 PHP,只使用 HTML 中的直接 SSI 代码。
使用 echo 命令和document_uriSSI 环境变量来执行此操作:
document_uri
<!--#echo var="document_uri"-->
参考