On Oct 1, 11:30 am, Seb <[email protected]> wrote: > Hi, > When entering my URL to obtain my API key, google automatically > assumes my domain ends with a "/". However it does not. Therefore when > I enter my domain name without the "/" at the end, google says, the > API was not made for this domain, when I do enter the "/" at the end > of the URL it works fine, but that messes up all my CSS content. > Anyone knows how to fix this ?? > Many thanks
Not without a link. Domain names don't end with / (a fully-qualified domain name ends in a dot), but URLs *do* end with / unless there is a file-name after that: http://www.example.com/ http://www.example.com/index.htm Default filename(s) can be specified so that where a filename is not given in the URL, it's assumed. For the above examples, the first URL would actually serve the second one. Keys are valid for folders (=directories), so you don't get a key for www.example.com/index.htm because the key mechanism will treat that as a folder and validate www.example.com/index.htm/* I have no idea what any of this has to do with CSS. If you give a link to your map and quote the URL which you specified for your key, you will probably get more concrete advice. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
