当我输入更正后的url:
http://localhost/404url来自服务器的响应消息(不是英文):
没有麻烦的人! L‘’URLée n'a pas puêtre surée sur ce serveurvous avez tapél‘’URLàla main,veuillez vérifier l‘正交笔录和réessayer 我会为您服务的,我们将与您联系。
如何将默认语言更改为英语?
谢谢,
发布于 2014-11-19 09:45:30
转到apache xampp\apache\error并打开HTTP_NOT_FOUND.html.var,,然后在文件中添加以下代码,保存它并重新启动->。
Content-language: en
Content-type: text/html; charset=UTF-8
Body:----------en--
<!--#set var="TITLE" value="Object not found!"
--><!--#include virtual="include/top.html" -->
The requested URL was not found on this server.
<!--#if expr="-n v('HTTP_REFERER')" -->
The link on the
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">referring
page</a> seems to be wrong or outdated. Please inform the author of
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">that page</a>
about the error.
<!--#else -->
If you entered the URL manually please check your
spelling and try again.
<!--#endif -->
<!--#include virtual="include/bottom.html" -->
----------en--希望这能解决你的问题。
https://stackoverflow.com/questions/27010903
复制相似问题