【发布时间】:2016-01-29 04:27:41
【问题描述】:
我在 windows 环境下使用 apache2.2。我必须 ssi 包含以下内容:
<!--#include virtual="/content/app/en/jcr:content/test.html" -->
它在下面给出一个错误:
[Fri Jan 29 14:53:09 2016] [error] [client 127.0.0.1] (20024)The given path is misformatted or contained invalid characters: Cannot map GET /content/app/en/myPage.html HTTP/1.1 to file
[Fri Jan 29 14:53:09 2016] [error] [client 127.0.0.1] unable to include "/content/app/en/jcr:content/test.html" in parsed file
我尝试过使用 /:,但没有效果。在浏览器上它给出错误:[an error occurred while processing this directive]
【问题讨论】:
-
有人知道这个错误吗?