這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 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

評價

There are no reviews for this plugin.

貢獻者及開發者

“404 Not found report” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 404 Not found report 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄