是否可以配置 Apache 以直接在特定位置返回内容?无需实际在任何地方创建包含该内容的文件。例如:
<location /custom-location.txt>
<responsebody>hello world!</responsebody>
</location>
答案1
据我所知你只有这个选择错误消息IE:
ErrorDocument 404 "Sorry but the requested resource can't be found."
是否可以配置 Apache 以直接在特定位置返回内容?无需实际在任何地方创建包含该内容的文件。例如:
<location /custom-location.txt>
<responsebody>hello world!</responsebody>
</location>
据我所知你只有这个选择错误消息IE:
ErrorDocument 404 "Sorry but the requested resource can't be found."