How do you redirect? Apache config? mod_rewrite? HTML redirect? If you use a html redirect, then you won't have problems with the key: <meta http-equiv="refresh" content="0; URL=http://www.newhost.com/"> It's not very elegant, better do it with mod_redirect, if you have access to the configuration...
On Sep 8, 2:30 pm, hmcmeel <[EMAIL PROTECTED]> wrote: > Hello ! > I have a problem with redirection websites. > I have two addresses for one website and the second one uses > redirection to the first one. > When I'm opening the one with a redirection there is a message that > 'this API key isn't valid for this website' or something like this. > Both websites uses the sam index.html file so there is no sense in > generating new API key for the second one. > Any ideas how to solve this ?? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
