What plugin will allow me to redirect 404 errors to a specific WP page...and track all 404 errors?
I'd like to just use a plugin that will redirect without having to edit templates and such.
|
What plugin will allow me to redirect 404 errors to a specific WP page...and track all 404 errors? I'd like to just use a plugin that will redirect without having to edit templates and such. |
|||
|
|
|
add these to your function.php
There. But it still not tracking the 404 errors. Unless you add more specific codes in the function which counts all the redirection or on the destination page for the same purpose. |
|||
|
|
|
You can make a 404 page by creating a file in your theme called Alternatively if you wanted to redirect users back to your home page instead you could create a 404 file in you theme as above with the following:
|
|||||||
|