Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

404 Not found report

Beschrijving

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

Installatie

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

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“404 Not found report” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “404 Not found report” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.