Sort 404 errors
-
Hi,
could you implement sorting the 404 errors? There a lot of request that don’t need your attention, so that would be a good ways to find out what you should fix!
Right now I’m using something like
SELECT count(*) as count, url FROM
wp_redirection_404group by url order by count desc
to get what I want, but I would be much easier if there were a ways in the backend!Greets, S?ren
- The topic ‘Sort 404 errors’ is closed to new replies.