RootsWeb.com Mailing Lists
Previous Page      Next Page
Total: 1160/10000
    1. Re: [ROOTSWEB-HELP] OK, I'm stumped
    2. Pat Asher via
    3. At 10:30 PM 9/29/2014, 3 wrote: >Your problem is the"..images" should be "..\images". Your second problem >(which will get you when you upload to a server) is all the "\"s should >all be"/" for html pages. the "\"s will work on local windows but no >where else. Windows is perfectly happy with using "/"s as directory >separators in html pages. As Jim said, the backward slash used to indicate a directory on your home computer, is a forward slash on the web. However, you said "So, if everything is in the SAME subdirectory, tell me the call." If both the images and the html page from which they are called are in the same directory, you should not indicate an "images" directory at all. If the images are in a subdirectory of the directory containing the html page, they are called using the syntax: img src="images/filename.jpg" If the images are located in a directory that is higher up in ;your directory heirarchy than the page from which they are called, then the syntax is img src="../images/filename.jpg" Use dot-dot-slash as many times as necessary to find the path to the file. Pat Asher

    09/30/2014 02:17:56
    1. Re: [ROOTSWEB-HELP] OK, I'm stumped
    2. Jim Rickenbacker via (3)
    3. Your problem is the"..images" should be "..\images". Your second problem (which will get you when you upload to a server) is all the "\"s should all be"/" for html pages. the "\"s will work on local windows but no where else. Windows is perfectly happy with using "/"s as directory separators in html pages. Jim Rickenbacker On 9/29/2014 7:15 PM, singhals via wrote: > Umm, it's still local. > > Neither of the follow two are showing. > > <img src=“..images\100_0651 Agya.jpg"> Agya_Ram GUPTA was > born on 20 Jun 19xx. He married Kaushalya: > <img src=“..images\100_0647 Kaushalya.jpg" align=right> <P> > > BUT: > > <img src="..images\100_2414 Raj.jpg"> Raj Kumar BANSAL > (Ram Bhaj, Abhe Ram) was born on 11 Feb 19xx in Kashmiri > Gate, Delhi, India. Raj married Savita GUPTA on 29 Jun 20xx > in Alipur. <br> <img src="..\images\100_2401 Savita.JPG" > align=right><P> > > the second of those two images is showing. > > Cheryl > > Wjhonson wrote: >> If you post up and give the link, we can tell you why its >> not working >> -----Original Message----- >> From: singhals via <rootsweb-help@rootsweb.com> >> To: rootsweb-help <rootsweb-help@rootsweb.com> >> Sent: Mon, Sep 29, 2014 12:24 pm >> Subject: [ROOTSWEB-HELP] OK, I'm stumped >> >> I'm hoping I'm only stumped until I hit send, of course, but >> with the year I've had? I doubt I'll get that lucky. >> >> OK, I'm working on transferring a 28-pg .doc file with >> EMBEDDED graphics into a webpage. >> >> First I tried just using the WORD option to publish as a mht >> webpage. Whatever the flip coding it used, the text showed >> up fine, but no images. >> >> Next I tracked down all the original images in that file, >> and hand-entered the img src= call, saved as plain text >> (.txt). Opened in Notepad, renamed it .htm; no images in >> the web browser. >> >> OK, I can see that the one I keyed in a .jgp wouldn't work, >> but once I changed it shouldn't it've? And I can see that >> since I'm calling .jpg the few .JPG might not show. But >> where are the other 112? >> >> As I've fought it, I've gotten SOME few images to show up -- >> and darned if I see why Wife's image won't show but >> husband's does when the only difference I see between the >> URLs is that the one that is showing up is aligned right. >> >> So, if everything is in the SAME subdirectory, tell me the >> call. I'm using img src="name.jpg" >> >> Cheryl > > > ------------------------------- > To unsubscribe from the list, please send an email to ROOTSWEB-HELP-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message >

    09/29/2014 03:30:07
    1. Re: [ROOTSWEB-HELP] OK, I'm stumped
    2. JFlorian via
    3. Why not upload it all (even to a temp folder) so others can look at the code? Judy

    09/29/2014 03:29:42
    1. Re: [ROOTSWEB-HELP] OK, I'm stumped
    2. singhals via
    3. Umm, it's still local. Neither of the follow two are showing. <img src=“..images\100_0651 Agya.jpg"> Agya_Ram GUPTA was born on 20 Jun 19xx. He married Kaushalya: <img src=“..images\100_0647 Kaushalya.jpg" align=right> <P> BUT: <img src="..images\100_2414 Raj.jpg"> Raj Kumar BANSAL (Ram Bhaj, Abhe Ram) was born on 11 Feb 19xx in Kashmiri Gate, Delhi, India. Raj married Savita GUPTA on 29 Jun 20xx in Alipur. <br> <img src="..\images\100_2401 Savita.JPG" align=right><P> the second of those two images is showing. Cheryl Wjhonson wrote: > If you post up and give the link, we can tell you why its > not working > -----Original Message----- > From: singhals via <rootsweb-help@rootsweb.com> > To: rootsweb-help <rootsweb-help@rootsweb.com> > Sent: Mon, Sep 29, 2014 12:24 pm > Subject: [ROOTSWEB-HELP] OK, I'm stumped > > I'm hoping I'm only stumped until I hit send, of course, but > with the year I've had? I doubt I'll get that lucky. > > OK, I'm working on transferring a 28-pg .doc file with > EMBEDDED graphics into a webpage. > > First I tried just using the WORD option to publish as a mht > webpage. Whatever the flip coding it used, the text showed > up fine, but no images. > > Next I tracked down all the original images in that file, > and hand-entered the img src= call, saved as plain text > (.txt). Opened in Notepad, renamed it .htm; no images in > the web browser. > > OK, I can see that the one I keyed in a .jgp wouldn't work, > but once I changed it shouldn't it've? And I can see that > since I'm calling .jpg the few .JPG might not show. But > where are the other 112? > > As I've fought it, I've gotten SOME few images to show up -- > and darned if I see why Wife's image won't show but > husband's does when the only difference I see between the > URLs is that the one that is showing up is aligned right. > > So, if everything is in the SAME subdirectory, tell me the > call. I'm using img src="name.jpg" > > Cheryl

    09/29/2014 02:15:04
    1. Re: [ROOTSWEB-HELP] OK, I'm stumped
    2. Wjhonson via
    3. If you post up and give the link, we can tell you why its not working -----Original Message----- From: singhals via <rootsweb-help@rootsweb.com> To: rootsweb-help <rootsweb-help@rootsweb.com> Sent: Mon, Sep 29, 2014 12:24 pm Subject: [ROOTSWEB-HELP] OK, I'm stumped I'm hoping I'm only stumped until I hit send, of course, but with the year I've had? I doubt I'll get that lucky. OK, I'm working on transferring a 28-pg .doc file with EMBEDDED graphics into a webpage. First I tried just using the WORD option to publish as a mht webpage. Whatever the flip coding it used, the text showed up fine, but no images. Next I tracked down all the original images in that file, and hand-entered the img src= call, saved as plain text (.txt). Opened in Notepad, renamed it .htm; no images in the web browser. OK, I can see that the one I keyed in a .jgp wouldn't work, but once I changed it shouldn't it've? And I can see that since I'm calling .jpg the few .JPG might not show. But where are the other 112? As I've fought it, I've gotten SOME few images to show up -- and darned if I see why Wife's image won't show but husband's does when the only difference I see between the URLs is that the one that is showing up is aligned right. So, if everything is in the SAME subdirectory, tell me the call. I'm using img src="name.jpg" Cheryl ------------------------------- To unsubscribe from the list, please send an email to ROOTSWEB-HELP-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message

    09/29/2014 09:35:37
    1. [ROOTSWEB-HELP] OK, I'm stumped
    2. singhals via
    3. I'm hoping I'm only stumped until I hit send, of course, but with the year I've had? I doubt I'll get that lucky. OK, I'm working on transferring a 28-pg .doc file with EMBEDDED graphics into a webpage. First I tried just using the WORD option to publish as a mht webpage. Whatever the flip coding it used, the text showed up fine, but no images. Next I tracked down all the original images in that file, and hand-entered the img src= call, saved as plain text (.txt). Opened in Notepad, renamed it .htm; no images in the web browser. OK, I can see that the one I keyed in a .jgp wouldn't work, but once I changed it shouldn't it've? And I can see that since I'm calling .jpg the few .JPG might not show. But where are the other 112? As I've fought it, I've gotten SOME few images to show up -- and darned if I see why Wife's image won't show but husband's does when the only difference I see between the URLs is that the one that is showing up is aligned right. So, if everything is in the SAME subdirectory, tell me the call. I'm using img src="name.jpg" Cheryl

    09/29/2014 09:21:03
    1. [ROOTSWEB-HELP] FamilySearch.org links - ALLOWED
    2. direct links to familysearch.org are allowed. I have several sites on Rootsweb with direct links to familysearch.org They have not been blocked for some time. Not only that Ancestry has agreement with FamilySearch in force now. David Samuelsen On 7/12/2014 1:01 AM, rootsweb-help@rootsweb.com wrote: > > > Today's Topics: > > 1. External links allowed? (Webmaster LCGS) > 2. Re: External links allowed? (rootsweb-help@rootsweb.com) > Message: 1 > Date: Fri, 11 Jul 2014 13:46:44 -0700 > From: Webmaster LCGS <lcgsoc@yahoo.com> > Subject: [ROOTSWEB-HELP] External links allowed? > To: RootsWeb Help <ROOTSWEB-HELP@rootsweb.com> > Message-ID: > <1405111604.99051.YahooMailNeo@web140806.mail.bf1.yahoo.com> > Content-Type: text/plain; charset=iso-8859-1 > > > Can I link to FamilySearch.org from one of my genealogy society's pages that is hosted at RootsWeb? > > Our > society has published a 2-volume set of Cemetery records that has been > microfilmed by FS. I would like to link to the Catalog information entry of that > film at FamilySearch. Is this allowed? > > I had a confusing email conversation with someone at RootsWeb/Ancestry Support. Here is their answer, "Affiliate links may not be included on your site.? You may only link to official MyFamily/Ancestry affiliates only." > > When I review the "RootsWeb agreement for Genealogical/Historical Societies"? item 5: > > Affiliate links (those commercial links that pay you for the folks that click on them) may not be included on your site. You may only link to official MyFamily/Ancestry affiliates only with written permission from theTGN affiliate program. > > ? > ?AFAIK, FamilySearch doesn't pay for click-thru links. I've checked a few other Genealogy Society pages that are hosted on RootsWeb and some do have external links to other websites not affiliated with Ancestry.com, such as libraries, state archives, etc. > > Do any users here know for sure? Granted, I don't like the answer I got from RW Support, but I'm not sure he really ever understood that FamilySearch is not a commercial link. I hate to go-around with him again... > > If no means no, I will try to figure out some other way to inform the public that they can go to FamilySearch to find the particular film and order it from there. Not a big deal, but a link would be slick. > > > Marilyn Clark, Webmaster > Lower Columbia Genealogical Society > Longview, WA > > ------------------------------ > > Message: 2 > Date: Fri, 11 Jul 2014 22:13:08 -0400 > From: rootsweb-help@rootsweb.com > Subject: Re: [ROOTSWEB-HELP] External links allowed? > To: Webmaster LCGS <lcgsoc@yahoo.com> > Cc: RootsWeb Help <ROOTSWEB-HELP@rootsweb.com> > If you mean linking directly to a Result, Rootsweb//Ancestry blocked that. > All Ancestry linked materials go to their Resources or Security Page > because they want subscribers to access directly. I'd just say go here for > info. > J

    07/12/2014 02:49:29
    1. Re: [ROOTSWEB-HELP] External links allowed?
    2. If you mean linking directly to a Result, Rootsweb//Ancestry blocked that. All Ancestry linked materials go to their Resources or Security Page because they want subscribers to access directly. I'd just say go here for info. J

    07/11/2014 04:13:08
    1. [ROOTSWEB-HELP] External links allowed?
    2. Webmaster LCGS
    3. Can I link to FamilySearch.org from one of my genealogy society's pages that is hosted at RootsWeb? Our society has published a 2-volume set of Cemetery records that has been microfilmed by FS. I would like to link to the Catalog information entry of that film at FamilySearch. Is this allowed? I had a confusing email conversation with someone at RootsWeb/Ancestry Support. Here is their answer, "Affiliate links may not be included on your site.  You may only link to official MyFamily/Ancestry affiliates only." When I review the "RootsWeb agreement for Genealogical/Historical Societies"  item 5: Affiliate links (those commercial links that pay you for the folks that click on them) may not be included on your site. You may only link to official MyFamily/Ancestry affiliates only with written permission from theTGN affiliate program.    AFAIK, FamilySearch doesn't pay for click-thru links. I've checked a few other Genealogy Society pages that are hosted on RootsWeb and some do have external links to other websites not affiliated with Ancestry.com, such as libraries, state archives, etc. Do any users here know for sure? Granted, I don't like the answer I got from RW Support, but I'm not sure he really ever understood that FamilySearch is not a commercial link. I hate to go-around with him again... If no means no, I will try to figure out some other way to inform the public that they can go to FamilySearch to find the particular film and order it from there. Not a big deal, but a link would be slick. Marilyn Clark, Webmaster Lower Columbia Genealogical Society Longview, WA

    07/11/2014 07:46:44
    1. Re: [ROOTSWEB-HELP] Pages not searchable URL change?
    2. Pat Asher
    3. Marilyn, I'm not sure if this will work, but it's worth a try, rather than trying to change all of your internal links all at once. Freefind follows links found on your pages to index your site, starting from the page you specify as your "home" page. rootsweb.com automatically redirects to rootsweb.ancestry.com Login to your Freefind Control Center. Click the Admin tab. If necessary, change the URL to www.rootsweb.ancestry.com/~walcolgs/index.htm Switch to the Build Index tab and ask Freefind to index your site. If the indexing is still incomplete, on the Build Index tab, click the "Set Starting Points" link. Add www.rootsweb.com/~walcolgs/index.htm Index your site again and see if that solves the problem. Long term, you will want to switch to relative instead of absolute links. In other words, if you are linking to another page in your site, there is no need to call http://www.rootsweb.ancestry.com/~walcolgs/cowlitz.htm The relative link is simply a href="cowlitz.htm" and that refers back to your hosting domain, regardless of what it is. For more information on relative vs. absolute links, see http://freepages.computers.rootsweb.ancestry.com/~pasher/links.htm Pat Asher At 02:58 PM 6/10/2014, Jim Rickenbacker(3) wrote: >On 6/10/2014 11:52 AM, Webmaster LCGS wrote: > > > > I'm the New Webmaster here of my Genealogical Society's > > website. I have discovered that many older pages previously uploaded to > > Rootsweb (http://www.rootsweb.ancestry.com/~walcolgs/) are not > > searchable or spider-able by "FreeFind" (from our home page) and it > > appears it's because only URLs for pages that are in this format: > > "http://www.rootsweb.ancestry.com/~walcolgs/cowlitz.htm" are searched. > > Older files that have the format: "rootsweb.com/~walcolgs/cem1a.htm" > > (shows when you hover the mouse over its calling link) are NOT > > searchable by FreeFind. These types of files call just fine from the > > link, they just are not searchable with "FreeFind". FreeFind "excludes" > > them when spidering, as it thinks the URL is "off site" - not part of > > our original home site which includes the " .ancestry. " > > > > I tried re-uploading one of these older files to see if that would help, > > but the link remains the same, no ".ancestry." in the URL. > > > > The previous Webmaster mentioned that some time ago you added the > > '.ancestry.' part to your Host name, and that perhaps she should put > > that in the FTP upload signin screen, but hadn't done so yet. Since > > other recent uploads work just fine, even with the 'old-style' > host name of "users.rootsweb.com" in the FTP signin screen, it's > probably moot. But I went ahead and > > changed the HostName to users.rootsweb.ancestry.com and re-uploaded a > > file and it still shows up with the old format that is not searchable: > > "rootsweb.com/~walcolgs/cem1a.htm" I am using IPSWITCH FTP (I > think) altho it's called by the WS_FTP95.exe program, if that helps any. > > > > I've looked at the source code for that souce page that links to > the one without the " .ancestry. " and it looks like the filenames > in the <a href= tags are the "old-style". I'm thinking I might have > to change the URLs in those tags to include " .ancestry. " and then > re-upload those pages onto the Rootsweb hosting site. If that's the > fix, is there anything else I should watch out for? I don't want to > fix one thing only to break another. > > > > I'm totally green about this but determined to figure this out. > > What to do? > > > > > > Marilyn Clark, Webmaster > > Lower Columbia Genealogical Society > > Longview, WA

    06/10/2014 10:19:38
    1. Re: [ROOTSWEB-HELP] Pages not searchable URL change?
    2. Webmaster LCGS
    3. Thank you both for your answers. Jim, I will begin changing all those bad links (and test the first one out before proceeding with the bulk of them). Pat, I did a bunch of research on FreeFind yesterday and saw that one can request additional starting points, so maybe that's what I need to do for the non-" .ancestry. " URL for the time being, as you suggest. I just checked the Admin page and the current URL is correct there. FF is already starting at my home page which is the one with " .ancestry. " in it. So, I added another URL, complete with http:// and the indexer immediately started up re-indexing my site. I'll let you know how it works out... I found some of Patricia Geary's great stuff this morning about creating RootsWeb pages, and read about the absolute and relative links. I need to study that a bit more. My inherited website doesn't use multiple folders at all. All the pages (I think) are in one folder. No CSS or anything like that, either. Just html pages and pdfs. I have some studying, organizing and possible redesigning to work on, I think. Ah, while typing this, the FF index finished. And Hooray! those missing pages were indexed and the search works great! Many many thanks! In fact there are a lot more pages showing up in the Site Map now. When I redesign the site sometime in the future, I will chip away at the links with the missing " .ancestry. " portion, just to clean things up. Thanks, both of you, Jim and Pat, for your prompt responses.   Marilyn Clark, Webmaster Lower Columbia Genealogical Society Longview, WA On Tuesday, June 10, 2014 1:21 PM, Pat Asher <pjroots@att.net> wrote: Marilyn, I'm not sure if this will work, but it's worth a try, rather than trying to change all of your internal links all at once. Freefind follows links found on your pages to index your site, starting from the page you specify as your "home" page.  rootsweb.com automatically redirects to rootsweb.ancestry.com Login to your Freefind Control Center. Click the Admin tab. If necessary, change the URL to www.rootsweb.ancestry.com/~walcolgs/index.htm Switch to the Build Index tab and ask Freefind to index your site. If the indexing is still incomplete, on the Build Index tab, click the "Set Starting Points" link. Add www.rootsweb.com/~walcolgs/index.htm Index your site again and see if that solves the problem. Long term, you will want to switch to relative instead of absolute links.  In other words, if you are linking to another page in your site, there is no need to call http://www.rootsweb.ancestry.com/~walcolgs/cowlitz.htm The relative link is simply a href="cowlitz.htm" and that refers back to your hosting domain, regardless of what it is.  For more information on relative vs. absolute links, see http://freepages.computers.rootsweb.ancestry.com/~pasher/links.htm Pat Asher At 02:58 PM 6/10/2014, Jim Rickenbacker(3) wrote: >On 6/10/2014 11:52 AM, Webmaster LCGS wrote: > > > > I'm the New Webmaster here of my Genealogical Society's > > website. I have discovered that many older pages previously uploaded to > > Rootsweb (http://www.rootsweb.ancestry.com/~walcolgs/) are not > > searchable or spider-able by "FreeFind" (from our home page) and it > > appears it's because only URLs for pages that are in this format: > > "http://www.rootsweb.ancestry.com/~walcolgs/cowlitz.htm" are searched. > > Older files that have the format: "rootsweb.com/~walcolgs/cem1a.htm" > > (shows when you hover the mouse over its calling link) are NOT > > searchable by FreeFind. These types of files call just fine from the > > link, they just are not searchable with "FreeFind". FreeFind "excludes" > > them when spidering, as it thinks the URL is "off site" - not part of > > our original home site which includes the " .ancestry. " > > > > I tried re-uploading one of these older files to see if that would help, > > but the link remains the same, no ".ancestry." in the URL. > > > > The previous Webmaster mentioned that some time ago you added the > > '.ancestry.' part to your Host name, and that perhaps she should put > > that in the FTP upload signin screen, but hadn't done so yet. Since > > other recent uploads work just fine, even with the 'old-style' > host name of "users.rootsweb.com" in the FTP signin screen, it's > probably moot. But I went ahead and > > changed the HostName to users.rootsweb.ancestry.com and re-uploaded a > > file and it still shows up with the old format that is not searchable: > > "rootsweb.com/~walcolgs/cem1a.htm"  I am using IPSWITCH FTP (I > think) altho it's called by the WS_FTP95.exe program, if that helps any. > > > > I've looked at the source code for that souce page that links to > the one without the " .ancestry. " and it looks like the filenames > in the <a href= tags are the "old-style". I'm thinking I might have > to change the URLs in those tags to include " .ancestry. " and then > re-upload those pages onto the Rootsweb hosting site. If that's the > fix, is there anything else I should watch out for? I don't want to > fix one thing only to break another. > > > > I'm totally green about this but determined to figure this out. > > What to do? > > > > > > Marilyn Clark, Webmaster > > Lower Columbia Genealogical Society > > Longview, WA ------------------------------- To unsubscribe from the list, please send an email to ROOTSWEB-HELP-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message

    06/10/2014 08:56:41
    1. Re: [ROOTSWEB-HELP] Pages not searchable URL change?
    2. Jim Rickenbacker(3)
    3. Marilyn, Yes, you will have to change the URLs in the links to the new style with ".ancestry". All old style rootsweb links on all pages should be changed and the changed pages re- uploaded. That should solve the problem. Jim Rickenbacker On 6/10/2014 11:52 AM, Webmaster LCGS wrote: > > I'm the New Webmaster here of my Genealogical Society's > website. I have discovered that many older pages previously uploaded to > Rootsweb (http://www.rootsweb.ancestry.com/~walcolgs/) are not > searchable or spider-able by "FreeFind" (from our home page) and it > appears it's because only URLs for pages that are in this format: > "http://www.rootsweb.ancestry.com/~walcolgs/cowlitz.htm" are searched. > Older files that have the format: "rootsweb.com/~walcolgs/cem1a.htm" > (shows when you hover the mouse over its calling link) are NOT > searchable by FreeFind. These types of files call just fine from the > link, they just are not searchable with "FreeFind". FreeFind "excludes" > them when spidering, as it thinks the URL is "off site" - not part of > our original home site which includes the " .ancestry. " > > I tried re-uploading one of these older files to see if that would help, > but the link remains the same, no ".ancestry." in the URL. > > The previous Webmaster mentioned that some time ago you added the > '.ancestry.' part to your Host name, and that perhaps she should put > that in the FTP upload signin screen, but hadn't done so yet. Since > other recent uploads work just fine, even with the 'old-style' host name of "users.rootsweb.com" in the FTP signin screen, it's probably moot. But I went ahead and > changed the HostName to users.rootsweb.ancestry.com and re-uploaded a > file and it still shows up with the old format that is not searchable: > "rootsweb.com/~walcolgs/cem1a.htm" I am using IPSWITCH FTP (I think) altho it's called by the WS_FTP95.exe program, if that helps any. > > I've looked at the source code for that souce page that links to the one without the " .ancestry. " and it looks like the filenames in the <a href= tags are the "old-style". I'm thinking I might have to change the URLs in those tags to include " .ancestry. " and then re-upload those pages onto the Rootsweb hosting site. If that's the fix, is there anything else I should watch out for? I don't want to fix one thing only to break another. > > I'm totally green about this but determined to figure this out. > What to do? > > > Marilyn Clark, Webmaster > Lower Columbia Genealogical Society > Longview, WA > > ------------------------------- > To unsubscribe from the list, please send an email to ROOTSWEB-HELP-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message >

    06/10/2014 07:58:26
    1. [ROOTSWEB-HELP] Pages not searchable URL change?
    2. Webmaster LCGS
    3. I'm the New Webmaster here of my Genealogical Society's website. I have discovered that many older pages previously uploaded to Rootsweb (http://www.rootsweb.ancestry.com/~walcolgs/) are not searchable or spider-able by "FreeFind" (from our home page) and it appears it's because only URLs for pages that are in this format: "http://www.rootsweb.ancestry.com/~walcolgs/cowlitz.htm" are searched. Older files that have the format: "rootsweb.com/~walcolgs/cem1a.htm" (shows when you hover the mouse over its calling link) are NOT searchable by FreeFind. These types of files call just fine from the link, they just are not searchable with "FreeFind". FreeFind "excludes" them when spidering, as it thinks the URL is "off site" - not part of our original home site which includes the " .ancestry. " I tried re-uploading one of these older files to see if that would help, but the link remains the same, no ".ancestry." in the URL. The previous Webmaster mentioned that some time ago you added the '.ancestry.' part to your Host name, and that perhaps she should put that in the FTP upload signin screen, but hadn't done so yet. Since other recent uploads work just fine, even with the 'old-style' host name of "users.rootsweb.com" in the FTP signin screen, it's probably moot. But I went ahead and changed the HostName to users.rootsweb.ancestry.com and re-uploaded a file and it still shows up with the old format that is not searchable: "rootsweb.com/~walcolgs/cem1a.htm"  I am using IPSWITCH FTP (I think) altho it's called by the WS_FTP95.exe program, if that helps any. I've looked at the source code for that souce page that links to the one without the " .ancestry. " and it looks like the filenames in the <a href= tags are the "old-style". I'm thinking I might have to change the URLs in those tags to include " .ancestry. " and then re-upload those pages onto the Rootsweb hosting site. If that's the fix, is there anything else I should watch out for? I don't want to fix one thing only to break another. I'm totally green about this but determined to figure this out. What to do?   Marilyn Clark, Webmaster Lower Columbia Genealogical Society Longview, WA

    06/10/2014 03:52:12
    1. Re: [ROOTSWEB-HELP] Problems uploading
    2. Joyce Gaston Reece
    3. I totally understand, Kay, LOL, I often have the same problem myself. It is different but stick with it...you'll come around. Joyce Gaston Reece -----Original Message----- From: PastTracker Sent: Friday, April 04, 2014 1:29 AM To: Joyce Gaston Reece Subject: Re: [ROOTSWEB-HELP] Problems uploading Hello Joyce, My dear Joyce, I bought EW 4, paid good hard earned money for it, I never could figure out how to use the darn thing. Everyone says it's easy, maybe I have a ignorance problem, I need to get a chance to settle down and try to study it. It seems like I don't have enough time for everything. My Dad always told me I have the hardest head but once I grasp it, I've got it for good. I hope he was right, it's the stupid thing you can't fix they tell me. My uncle John T told me that ignorance is no excuse, of course he didn't mean me. lol Kay Thursday, April 3, 2014, 5:00:09 PM, you wrote: > For anyone interested Microsoft has a FREE download of Expression Web 4. > It > works much like Front Page with more features plus it writes web pages in > current compliancy. > Joyce Gaston Reece > > ------------------------------- > To unsubscribe from the list, please send an email to > ROOTSWEB-HELP-request@rootsweb.com with the word 'unsubscribe' > without the quotes in the subject and the body of the message -- Best regards, PastTracker mailto:pasttracker@windstream.net --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com ------------------------------- To unsubscribe from the list, please send an email to ROOTSWEB-HELP-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message

    04/04/2014 01:40:04
    1. Re: [ROOTSWEB-HELP] Problems uploading
    2. PastTracker
    3. Hello Joyce, My dear Joyce, I bought EW 4, paid good hard earned money for it, I never could figure out how to use the darn thing. Everyone says it's easy, maybe I have a ignorance problem, I need to get a chance to settle down and try to study it. It seems like I don't have enough time for everything. My Dad always told me I have the hardest head but once I grasp it, I've got it for good. I hope he was right, it's the stupid thing you can't fix they tell me. My uncle John T told me that ignorance is no excuse, of course he didn't mean me. lol Kay Thursday, April 3, 2014, 5:00:09 PM, you wrote: > For anyone interested Microsoft has a FREE download of Expression Web 4. It > works much like Front Page with more features plus it writes web pages in > current compliancy. > Joyce Gaston Reece > > ------------------------------- > To unsubscribe from the list, please send an email to > ROOTSWEB-HELP-request@rootsweb.com with the word 'unsubscribe' > without the quotes in the subject and the body of the message -- Best regards, PastTracker mailto:pasttracker@windstream.net --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com

    04/03/2014 06:29:08
    1. Re: [ROOTSWEB-HELP] Problems uploading
    2. Joyce Gaston Reece
    3. For anyone interested Microsoft has a FREE download of Expression Web 4. It works much like Front Page with more features plus it writes web pages in current compliancy. Joyce Gaston Reece

    04/03/2014 12:00:09
    1. Re: [ROOTSWEB-HELP] Problems uploading
    2. Jim Rickenbacker(3)
    3. Hi Kay, Your problem is not that bad, just somewhat confusing. Bear with me. First, all your minutes files are on the website in the http://www.rootsweb.ancestry.com/~mocchs/minutes/ directory. As far as I can tell there is no actual http://www.rootsweb.ancestry.com/~mocchs/minutes/minutes/ directory. However, most of the links on the index page, http://www.rootsweb.ancestry.com/~mocchs/minutes/minutes-index.html have the extra "minutes/". The extra "minutes/" needs to be removed from the links. This should fix most of your problems. Second the names of two of the actual minutes files (i.e oct2013-minutes and nov2013-minutes have the type .htm while the rest have the type .html. The names in the links on the index page must match the file names. Since most of the site seems to use .html that is what you should use for consistency though FrontPage is going to continue to try to use .htm. No need to cange the file names, just fix the links for these two files. Third on the index page the link to feb2014-minutes.html points at dec2014-minutes.html which doesn't exist. If you clean up the links on the index page as described above you should be good to go. Jim Rickenbacker On 4/2/2014 2:33 PM, PastTracker wrote: > > I have been trying to upload some things for the local Historical society. I am using FP, and the code is identical to others that have uploaded prior to this. I've checked and rechecked but still get the "not on this server". Here is one of the URL's > > http://www.rootsweb.ancestry.com/minutes/mar-2014-minutes.htm > > I have been working on this for days and just can't see the forest for the trees anymore. > > Any ideas would help. > > Kay > > --- > This email is free from viruses and malware because avast! Antivirus protection is active. > http://www.avast.com > > ------------------------------- > To unsubscribe from the list, please send an email to ROOTSWEB-HELP-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message >

    04/03/2014 10:53:15
    1. Re: [ROOTSWEB-HELP] Problems uploading
    2. Wjhonson
    3. What you mean this page still displays for me http://www.rootsweb.ancestry.com/~mocchs/minutes/mar-2014-minutes.htm -----Original Message----- From: PastTracker <pasttracker@windstream.net> To: Patricia Geary <rootsweb-help@rootsweb.com> Sent: Thu, Apr 3, 2014 1:36 pm Subject: Re: [ROOTSWEB-HELP] Problems uploading Hello Patricia, I'm using Front Page 2002 It's been shutting down unless I actually type in the path, if I select the page to link it shuts down. I just uploaded all of the minute files and now ZERO now work. K Thursday, April 3, 2014, 6:15:25 AM, you wrote: > At 02:21 AM 4/3/2014, you wrote: >>Thanks everyone for your help, I can't seem to the url >>showing (~mocchs) some of the url now are showing >>"minutes/minutes/" where that comes from I don't know. And darn >>my grandchildren are too old to blame this mess on them. > http://www.rootsweb.ancestry.com/~mocchs/minutes/mar-2014-minutes.htm > http://www.rootsweb.ancestry.com/~mocchs/ is your home page > http://www.rootsweb.ancestry.com/~mocchs/minutes-index.html minutes > index page > Which version of FrontPage are you using?? > See if this helps with Publishing > http://freepages.genealogy.rootsweb.ancestry.com/~gearyfamily/frontpage/publishing-frontpage-2003.html > Pat > > ------------------------------- > To unsubscribe from the list, please send an email to > ROOTSWEB-HELP-request@rootsweb.com with the word 'unsubscribe' > without the quotes in the subject and the body of the message -- Best regards, PastTracker mailto:pasttracker@windstream.net --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com ------------------------------- To unsubscribe from the list, please send an email to ROOTSWEB-HELP-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message

    04/03/2014 10:40:13
    1. Re: [ROOTSWEB-HELP] Problems uploading
    2. PastTracker
    3. Hello Wjhonson, I realized I had made the mistake I do know that the ~mocchs has to be a part of the URL. I'm just having so many problems that I've never had before I'm sort of bewildered as to how to make it work now. Thanks to all for the input I'm in a "stew" as Grandma would say. K Thursday, April 3, 2014, 10:46:35 AM, you wrote: > What I meant was the previous URL you used had the format > http://www.rootsweb.ancestry.com/minutes/.... > So unless you have an account called "minutes" these accounts > at this level I believe are used directly by Rootsweb, not > given out to individuals. As someone else noted the account > name should start with the tilde character "~" as you have it now "~mocchs" > That's your account. So I think Pat already mentioned that > that part was missing from your URL previously. > -----Original Message----- > From: PastTracker <pasttracker@windstream.net> > To: Wjhonson <rootsweb-help@rootsweb.com> > Sent: Wed, Apr 2, 2014 11:33 pm > Subject: Re: [ROOTSWEB-HELP] Problems uploading > Hello Wjhonson, > This is not freepages. Or maybe I just never heard it being referred to as > freepages. > www.rootsweb.ancestry.com/~mocchs/ that is the URL I've used for years now > things are a mess. > Please explain " root level global directory"? I don't know what you mean. > k > Wednesday, April 2, 2014, 2:44:21 PM, you wrote: >> This URL looks suspicious to me. >> You have a root level global directory called "minutes" ? >> That would be really odd if true. >> Typically don't people have "freepages" accounts? >> -----Original Message----- >> From: PastTracker <pasttracker@windstream.net> >> To: rootsweb-help <rootsweb-help@rootsweb.com> >> Sent: Wed, Apr 2, 2014 12:33 pm >> Subject: [ROOTSWEB-HELP] Problems uploading >> I have been trying to upload some things for the local Historical society.. I > am >> using FP, and the code is identical to others that have uploaded prior to > this. >> I've checked and rechecked but still get the "not on this server". Here is > one >> of the URL's >> http://www.rootsweb.ancestry.com/minutes/mar-2014-minutes.htm >> I have been working on this for days and just can't see the forest for the > trees >> anymore. >> Any ideas would help. >> Kay >> --- >> This email is free from viruses and malware because avast! Antivirus > protection >> is active. >> http://www.avast.com >> >> ------------------------------- >> To unsubscribe from the list, please send an email to >> ROOTSWEB-HELP-request@rootsweb.com >> with the word 'unsubscribe' without the quotes in the subject and the body of >> the message >> >> >> ------------------------------- >> To unsubscribe from the list, please send an email to >> ROOTSWEB-HELP-request@rootsweb.com with the word 'unsubscribe' >> without the quotes in the subject and the body of the message -- Best regards, PastTracker mailto:pasttracker@windstream.net --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com

    04/03/2014 09:40:26
    1. Re: [ROOTSWEB-HELP] Problems uploading
    2. PastTracker
    3. Hello Patricia, I'm using Front Page 2002 It's been shutting down unless I actually type in the path, if I select the page to link it shuts down. I just uploaded all of the minute files and now ZERO now work. K Thursday, April 3, 2014, 6:15:25 AM, you wrote: > At 02:21 AM 4/3/2014, you wrote: >>Thanks everyone for your help, I can't seem to the url >>showing (~mocchs) some of the url now are showing >>"minutes/minutes/" where that comes from I don't know. And darn >>my grandchildren are too old to blame this mess on them. > http://www.rootsweb.ancestry.com/~mocchs/minutes/mar-2014-minutes.htm > http://www.rootsweb.ancestry.com/~mocchs/ is your home page > http://www.rootsweb.ancestry.com/~mocchs/minutes-index.html minutes > index page > Which version of FrontPage are you using?? > See if this helps with Publishing > http://freepages.genealogy.rootsweb.ancestry.com/~gearyfamily/frontpage/publishing-frontpage-2003.html > Pat > > ------------------------------- > To unsubscribe from the list, please send an email to > ROOTSWEB-HELP-request@rootsweb.com with the word 'unsubscribe' > without the quotes in the subject and the body of the message -- Best regards, PastTracker mailto:pasttracker@windstream.net --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com

    04/03/2014 09:36:14