Hello I am wondering what code do i need in my 404 pages to have a redirect to a different part of the site or a different url etc?
add to .htaccess ErrorDocument 404 /page you want it to be.html in root of domain where "page you want it to be" is the page you want ie ErrorDocument 404 /site_map.html or ErrorDocument 404 /404.html what ever and make the page it redirects to