564
世紀東方
Linux虛擬主機如何設置友好的404頁麵
在.htaccess 文件中加入如下內容即可:
ErrorDocument 404 /notfound.php
其中notfound.php為您上傳至網站根目錄的網頁文件,可以是其他文件名,如404.html。
注意:
1.轉向的頁麵不能是網站主頁,即“ErrorDocument 404 /index.html”這樣寫是不對的。
2.不要使用絕對URL,即不能寫為“ErrorDocument 404 https://www.xxx.com/notfound.php”。
最後更新:2017-01-10 21:30:56