On Tue, Dec 22, 2009 at 1:42 PM, Chris Jabs <[email protected]> wrote: > I have set up the google map on http://www.frasercoastdevelopments.com.au > and it works just fine. > > I find the the redirected domain http://www.frasercoastdevelopments.com > believes the API key is wrong and I need to get the correct key. > > A solution would be greatly appreciated.
are you running your site on PHP/Perl ? I'm no expert on Google maps, but I believe you need a different key on each Domain name. if you are using some kind of scripting language, you can :- Figure out what URL people are using, :- then display the correct 'key' for that domain name. (insert it into the HTML output) -- G Freecycle Auckland :- http://www.freecycle.org/ -- 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.
