PDA

View Full Version : 404 Google Sitemaps


sbc
07-11-2007, 07:38 AM
Hello, I get 404 error from Google in the categories that I have moved.

Which is the best way of forwarding them?

I have phpLD 3.20

James
07-12-2007, 12:52 AM
301 in htaccess and I suck at them so I have no idea what to put

sbc
07-18-2007, 08:14 AM
Thanks

I have found a detailed explanation in http://www.thehelpful.com/befound/using-htaccess.html

redirect permanent /file.html http://www.site.com/newfile.html
redirect permanent /folder http://www.site.com/newfolder

kosir
07-18-2007, 12:50 PM
I also need a hint from some one that have done this before. I'll move my directory from sub-dir to main domain and I need to make redirects for all categories, pages, ... Will check out that URL you just posted sbc.