|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (10 bit)
Join Date: Aug 2005
Location: Vancouver, BC, Canada
Posts: 976
|
website help please
I'm in charge of updating my lab's website.
I am an ultra noob web designer. I built two new pages and left the old ones practically untouched. The new pages end with .html while the old ones end with .htm A google search still gives me the .htm pages (which are no longer online). how do i get my new pages to show up? A google search for my name turns up other websites where it appears, including my university, but not the page that i designed which includes my name.
__________________
If you remind me of my dog... we'll probably get along. |
|
|
|
|
|
#2 |
|
Come in Ray...
Join Date: Sep 2004
Posts: 1,668
|
Assuming they have been linked to by your other pages, they will eventually be added when Google crawls your site. Just be patient.
|
|
|
|
|
|
#3 |
|
Member (7 bit)
Join Date: Dec 2005
Posts: 87
|
Yeah, htm is no big deal. The only reason for that extension was the older file system in Windows 95 could only use three letter extensions, hence .htm. That takes me back a long ways.
You could do a number of things right now. You could modify the header to point to your new page, or use a meta refresh to redirect from Google. |
|
|
|
|
|
#4 |
|
Member (10 bit)
Join Date: Aug 2005
Location: Vancouver, BC, Canada
Posts: 976
|
could you please tell me how to do both those things?
|
|
|
|
|
|
#5 |
|
Wx geek
Join Date: Aug 2005
Location: Indiana
Posts: 6,638
|
Like faulkner said, Google should crawl your site again and re-list the right address. Just give it some time.
__________________
"It is the way of man to make monsters and it is the nature of monsters to destroy their makers." |
|
|
|
|
|
#6 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
If the pages are replacements for the others, then just rename them to .htm. A meta refresh is pretty easy. First you would need to create a blank page for the old page. Then add the following in the head section of the page. You could change the 0 value to something like 5 (seconds to redirect) and put a message on the page stating that you are redirecting.
<META HTTP-EQUIV=Refresh CONTENT="0; URL=http://newpage.html/" > You could also accomplish this with mod_rewrite but it is a bit more difficult.
__________________
Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|