Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Search Engines > Google Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Google Discussion Forum Google Discussion forum is for topics specifically related to Google. There is a subforum dedicated to AdSense/AdWords subjects.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-27-2006, 04:40 PM
WebProWorld Pro
 

Join Date: Sep 2004
Location: www.shopbam.co.uk
Posts: 178
flanok RepRank 1
Default url not found my site default.htm

Hi,
In Google sitemaps most of sites have come up with http://www.mysite.co.uk/default.htm not found.

I do not have a default.htm page in any of my sites.

Can someone tell me why this has happened and should I create a page to delete it from Google index?

Mark
Reply With Quote
  #2 (permalink)  
Old 09-27-2006, 08:14 PM
Webnauts's Avatar
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 7,527
Webnauts RepRank 3Webnauts RepRank 3
Default

Can you tell the URL?
Reply With Quote
  #3 (permalink)  
Old 09-27-2006, 08:55 PM
WebProWorld Pro
 

Join Date: Sep 2004
Location: www.shopbam.co.uk
Posts: 178
flanok RepRank 1
Default yes

Hi yes,

http://www.breakdown-cover.net/default.htm
http://www.anthonyrobbins-tickets.co.uk/default.htm
http://www.best-breakdowncover.co.uk/default.htm
http://www.driving-experience.co.uk/default.htm

I have never created these pages, nor linked to them.
They have just appeared in sitemaps as URLS not found.

Thanks
Mark
Reply With Quote
  #4 (permalink)  
Old 09-27-2006, 10:38 PM
Webnauts's Avatar
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 7,527
Webnauts RepRank 3Webnauts RepRank 3
Default

Mark that is a weird story.

You only need to use 301 redirects. If you do not know how, post again. :)
Reply With Quote
  #5 (permalink)  
Old 09-28-2006, 05:55 AM
WebProWorld Pro
 

Join Date: Sep 2004
Location: www.shopbam.co.uk
Posts: 178
flanok RepRank 1
Default Yes Please

Hi,
Thanks for the reply.
Yes I would like to know how to do 301 direct.

I have read about them in the forum and I think I understand what they do, but have never put a 301 in place.
It seems stange to happen on 4 of my sites and not just one, although they are all from the same webspace provider.
Thanks
Mark

P.S. I have just thought, I have now created links from the above post, should I edit or just allow the redirects to do their job?
Mark
Reply With Quote
  #6 (permalink)  
Old 09-28-2006, 02:38 PM
Webnauts's Avatar
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 7,527
Webnauts RepRank 3Webnauts RepRank 3
Default

Here is a howto: http://www.stevenhargrove.com/redirect-web-pages/

If you still can't do it, send me a PM with your email addess, and I will do it for you. :)
Reply With Quote
  #7 (permalink)  
Old 09-28-2006, 07:21 PM
WebProWorld Pro
 

Join Date: Sep 2004
Location: www.shopbam.co.uk
Posts: 178
flanok RepRank 1
Default thanks

great thanks!

I will give it a go first.
Mark
Reply With Quote
  #8 (permalink)  
Old 09-28-2006, 11:32 PM
Webnauts's Avatar
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 7,527
Webnauts RepRank 3Webnauts RepRank 3
Default

Mark go for it. I will be here if you need help.
Reply With Quote
  #9 (permalink)  
Old 09-29-2006, 03:27 PM
WebProWorld Pro
 

Join Date: Sep 2004
Location: www.shopbam.co.uk
Posts: 178
flanok RepRank 1
Default a quick check

Hi again.
I just want ot know if I have done this right for one of my sites. also on further investigation I found other issues to the default.htm issue that I have created some time ago and now I am trying to cure those at the same time
First of all I created the htaccess file in notepad, I have saved it htaccess and not htaccess.txt is this right?

Also because I have several issues now I have listed them. here is my file.

Redirect 301 /breakdown-cover.net/default.htm http://www.breakdown-cover.net/
Redirect 301 /breakdown-cover.net/?european-breakdown-cover http://www.breakdown-cover.net/
Redirect 301 /breakdown-cover.net/?aa-%20breakdown http://www.breakdown-cover.net/
Redirect 301 /breakdown-cover.net/?cheapest-breakdown-cover http://www.breakdown-cover.net/
Redirect 301 /breakdown-cover.net/?car-breakdown-cover http://www.breakdown-cover.net/
Redirect 301 /breakdown-cover.net/?rac http://www.breakdown-cover.net/
Redirect 301 /breakdown-cover.net/?car http://www.breakdown-cover.net/
RewriteEngine On
rewritecond %{http_host} ^breakdown-cover.net
rewriteRule ^(.*) http://www.breakdown-cover.net/$1 [R=301,L]

I have found 2 non www sub pages, do I write this rewrite once for the whole site, or do I repeat it per page that has been duplicated?

Many thanks again
Mark
Reply With Quote
  #10 (permalink)  
Old 09-29-2006, 03:44 PM
Webnauts's Avatar
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 7,527
Webnauts RepRank 3Webnauts RepRank 3
Default

My version:

Redirect 301 /default.htm http://www.breakdown-cover.net/
Redirect 301 /?european-breakdown-cover http://www.breakdown-cover.net/
Redirect 301 /?aa-%20breakdown http://www.breakdown-cover.net/
Redirect 301 /?cheapest-breakdown-cover http://www.breakdown-cover.net/
Redirect 301 /?car-breakdown-cover http://www.breakdown-cover.net/
Redirect 301 /?rac http://www.breakdown-cover.net/
Redirect 301 /?car http://www.breakdown-cover.net/

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^breakdown-cover\.net
RewriteRule ^(.*)$ http://www.breakdown-cover.net/$1 [R=permanent,L]
Reply With Quote
  #11 (permalink)  
Old 09-29-2006, 04:01 PM
WebProWorld Pro
 

Join Date: Sep 2004
Location: www.shopbam.co.uk
Posts: 178
flanok RepRank 1
Default great

Brilliant,
thanks for comming back so quick.
I presume I was right with the htaccess and not htaccess.txt.
I will upload this straight away.
mark
Reply With Quote
  #12 (permalink)  
Old 09-29-2006, 04:18 PM
WebProWorld Pro
 

Join Date: Sep 2004
Location: www.shopbam.co.uk
Posts: 178
flanok RepRank 1
Default .htaccess

Just figured it out it is .htaccess and not htaccess.
Reply With Quote
  #13 (permalink)  
Old 09-29-2006, 04:28 PM
Webnauts's Avatar
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 7,527
Webnauts RepRank 3Webnauts RepRank 3
Default Re: .htaccess

Quote:
Originally Posted by flanok
Just figured it out it is .htaccess and not htaccess.
Obviously. :)

And please let me know if it works.
Reply With Quote
  #14 (permalink)  
Old 09-29-2006, 04:36 PM
WebProWorld Pro
 

Join Date: Sep 2004
Location: www.shopbam.co.uk
Posts: 178
flanok RepRank 1
Default

I will

thanks again
Mark
Reply With Quote
  #15 (permalink)  
Old 09-29-2006, 04:55 PM
Webnauts's Avatar
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 7,527
Webnauts RepRank 3Webnauts RepRank 3
Default

You are always welcome Mark. :)
Reply With Quote
  #16 (permalink)  
Old 09-30-2006, 05:29 AM
WebProWorld Pro
 

Join Date: Sep 2004
Location: www.shopbam.co.uk
Posts: 178
flanok RepRank 1
Default

Hi,
I am not having much luck at the moment.

I now have a

"General HTTP error
General HTTP error: 500 (Internal server error)"

can this be related to the .htaccess file?

I have tried deleting the file and verifying my site in Google sitemaps again, but this does not work either.
So I am assuming it is a separate issue that could have been there from earlier in the day.

I have emailed my web provider to help me sort it.
I have added the .htaccess to the other 3 sites also and they seem ok, but they did not have the rewrite code in them just the 301 redirect.

any ideas?

Mark
Reply With Quote
  #17 (permalink)  
Old 09-30-2006, 07:58 AM
WebProWorld Pro
 

Join Date: Sep 2004
Location: www.shopbam.co.uk
Posts: 178
flanok RepRank 1
Default

Hi,
I got it working again after deleting the file and waiting abit before resubmitting to sitemaps.
The feedback from my webserver company is the rewrite portion does not work, which makes sense as the other 3 sites I have actioned an htacces file for has worked and did not have the rewrite portion.

So I have now resubmmitted with the rewrite portion taken out.
I copied and pasted as was on the post, should I have left a line between the 301s and rewrite?
Thanks
mark
Reply With Quote
  #18 (permalink)  
Old 10-02-2006, 08:00 PM
incrediblehelp's Avatar
Moderator
WebProWorld Moderator
 

Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,702
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default Re: url not found my site default.htm

Quote:
Originally Posted by flanok
Can someone tell me why this has happened and should I create a page to delete it from Google index?
Probably because someone (or even you) is linking to that page, then the bots crawl that page and rank it. As Webnauts has described if you getting clicks or crawling on a page (duplicate or not) simply do a 301 redirect.

Remember make sure your not doing any relative linking to /default.htm in your websites code.
Reply With Quote
  #19 (permalink)  
Old 10-04-2006, 05:59 AM
WebProWorld Pro
 

Join Date: Sep 2004
Location: www.shopbam.co.uk
Posts: 178
flanok RepRank 1
Default it worked

Hi,
Yes it has worked with the first of my sites and the default page has done.

Many thanks again
Mark

Now to the other 5 new issues sitemaps have found
Reply With Quote
Reply

  WebProWorld > Search Engines > Google Discussion Forum
Tags: , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On