我的 404 页面未按预期显示。我已将 404 页面与 404.html 放在主索引页面 ( http://stthomaschss.com ) 的同一目录中,并在 .htaccess 文件中写入
# DO NOT REMOVE THIS LINE AND THE LINES BELOW ERRORPAGEID:QeGuBu
ErrorDocument 404 /404.html
如果未找到的错误位于同一目录中(http://stthomaschss.com/noexist),则 404 页面运行正常,但如果错误发生在其他目录中,例如http://stthomaschss.com/results/noexist 404 页面未显示与其链接的样式...
需要帮忙。