该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

404 Not found report

描述

Track your 404 hits!

Do you keep track of your 404 not found hits ? If you don’t, try this simple plugin.
It will keep track of the hits on your 404 not found page.

Useful for what ?

Well, probably you removed or relocated some categories, pages, posts etc etc a while ago or maybe just a couple of weeks without knowing anymore.
Right now it sucks search engines already checked your website and took a notice of those URI’s or maybe you have some anchors on your own website pointing to moved URI’s.
Those visitors arrives on your 404 not found page with a notice that the page they are looking for not exists anymore.
Some visitors will stay on your site and look for the particular page, but the other group leaves immediately. What a shame…

What does this plugin do ?

This plugin tracks those visits on your 404 – not found page. It stores the time, requested URI and Referer.
More information is absolutely not needed. The time and referer does already overdo it, but maybe you can get some extra information out of it.
Thos information is stored in a txt file since i found it quite useles to create a new table or use the database in the first place.
With 1 single click on the button you empty the file when you’re done with taking the appropriate actions on the results.
You may want to add rewrite conditions @ your .htaccess file or use a seperate plugin for adding redirects.
You can check the report within the admin settings menu – 404 report

How do i get it to work ?

Simple!
1) Upload this plugin into your plugin directory. Activate the plugin: admin->plugins.
2) Open your 404.php page within your theme and add the following snippet somewhere on that page.

</p>

404 reporting

<p>if (class_exists('NotFound_404')){
    $Error404 = new NotFound_404();
        $Error404-&gt;Log404Error();
}

3) Change the permissions (CHMOD) of the file 404.txt to 600.

Have fun logging!

Development Blog

Online-Source WordPress plugins

安装

Simple! Open your 404.php page within your theme and add the following snippet somewhere on that page.

</p>

404 reporting

<p>if (class_exists('NotFound_404')){
    $Error404 = new NotFound_404();
        $Error404-&gt;Log404Error();
}

Change the permissions (CHMOD) of the file 404.txt to 600.
Category plugin

评价

此插件暂无评价。

贡献者及开发者

“404 Not found report” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“404 Not found report”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志