Forum Moderators: open
I just switched my site from asp to php (with modrewrite, so it's .html now) and i was wondering if i should disable my custom 404 page? (404 page just redirect to homepage) cause yahoo has all my old asp pages indexed and non of my php/html pages? could it be because my 404 page is on rightnow? should i turn it off for a while? it's been like 4 months and google is fine i donno what the deal is with yahoo?
Thanks...
It's probably not really such a good idea to redirect 404's to your home page anyways. Take the time to see what the server software is actually doing by checking the headers, and make a separate 404 page with a link to your homepage (or if you're into scripting, look up some possible pages that they might have been looking for).