Forum Moderators: open

Message Too Old, No Replies

How Google handle 301/302/404/500?

         

jimpoo

4:54 pm on Jun 3, 2003 (gmt 0)

10+ Year Member



I currently redesign my website, should I leave the old pages there or just delete them?

I wrote a .htaccess like this:
---------------------------
ErrorDocument 404 mysite
ErrorDocument 500 mysite
ErrorDocument 301 mysite
ErrorDocument 302 mysite
---------------------------
Do I have any risk on google crawling and indexing?

and if I use the following in .htaccess replace the above, what the risk is again?

---------------------------
ErrorDocument 404 myanothersite
ErrorDocument 500 myanothersite
ErrorDocument 301 myanothersite
ErrorDocument 302 myanothersite
---------------------------

vitaplease

8:41 am on Jun 5, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



you could try a site search on redirects.

jdMorgan seems to be very good at this stuff.