I am developing an web application, I recently purchased the domain from godaddy.com and the domain is use google apps, for email, calendar docs and other services as well. Now I just need to show that" my site is under construction" I have a static page which is put on S3 now I need to map "www.mydomain.com" to that static page which is stored on s3. I am kinda of newbie/novice to this so kindly help me.
migrated from stackoverflow.com Apr 25 '11 at 12:35
|
Not sure I'm totally following, but you could do one of two things as a hack I think... 1) If you know the correct URL you could redirect from your domain to the other URL (this may be bad for traffic later though when your domain rolls to the correct "live" one) 2) You could set up a page on the new domain with a big iFrame that loads the other URL. The down side here is all the sub pages will not have updated URLs in the browser... This may be closer to the solution you're looking for though... http://stackoverflow.com/questions/570890/amazon-s3-url-rewrite |
|||
|
|
|
The best solution I can think of is point an A record in your DNS to the elastic IP from AWS. This has the advantage that it never actually hits your host - it goes straight from the DNS to AWS, so it should be faster as well. |
|||
|
|
|
Three simple steps for this:
|
|||
|
|