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 页面时,我将如何记录 URL?在我的日志中,我看到很多 NotFoundExceptions 被抛出,但这并不是完全有用的信息。
理想情况下,我想将 URL 记录到数据库中,以便生成易于阅读的报告。
您可以将 PHP 代码放在 404 页面中以将其记录到数据库中,使用$_SERVER['REQUEST_URI'].
$_SERVER['REQUEST_URI']