Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的服务器使用自定义 404 页面。无法在 404 页面的直接请求上获得 404 服务器响应?现在: URL: http: //mydomain.xxx/404.php HTTP/1.1 200 OK 服务器:nginx
你可以简单地做
error_page 404 =200 /404.php;