On Jun 15, 1:13 pm, Fluffsnick <[email protected]> wrote: > Hi all, I know this is a known issue but I'm not a programmer. I have > some code generated by an application which is giving this error. I > know how to use Dreamweaver so I should be able to fix the issue if > someone can just give me a pointer to the cause of the problem.
What URL(s) did you use to generate the keys? The key's url is case- sensitive -- although you're not running IIS, so the server is as well -- and it shouldn't include the page at the end. For your pages, the following would all generate a valid key: http://www.neilrbowers.plus.com/GENEALOG/censushtml/ http://www.neilrbowers.plus.com/GENEALOG/ http://www.neilrbowers.plus.com/ and additionally each of those without "www." in the url. Potentially there could be problems with having four elements in your hostname. -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
