我正在尝试使用 .htaccess 自定义错误页面。在这个文件夹:/home/tamp/public_html/sandbox/test
中,我放了 .htaccess 文件,然后在里面放了这一行:
ErrorDocument 404 /home/tamp/public_html/sandbox/test/error.html
,然后在前端,我做了一个测试,我打开了mysite/sandbox/test/te.php(te.php does not exist)
,但它仍然显示默认错误页面:The requested URL /test/tes.php was not found on this server
。我的 error.html 没有出现。那么这里可能会出现什么问题呢?
问问题
36 次