• Resolved rachellcarbone

    (@rachellcarbone)


    The company I work for just did a major website overhaul. It was before me and is already done so I cant change the URL issues were having, only deal with them. We have A LOT of 404s; by a lot I mean 100+ daily

    When I use your plugin I need to know what the top hit 404 pages are, as we want to fix those first.

    Currently I use the following MySQL to manually pull from the database:
    SELECT COUNT(*) AS numHits, url, redirect FROM wp_404_to_301 GROUP BY url ORDER BY numHits DESC

    It would be great if your plugin would display the number of time that 404 has occurred. It could be a separate report page and maybe display the last datetime that URL was hit, the URL, the number of times its been hit total, and the redirect preference.

    This would help immensely, please and thank you for considering this as a feature.

    • This topic was modified 9 years, 5 months ago by rachellcarbone.
    • This topic was modified 9 years, 5 months ago by rachellcarbone.
    • This topic was modified 9 years, 5 months ago by rachellcarbone. Reason: Code highlighting
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Summary Report Would Be Helpful’ is closed to new replies.