I have set up a website on Amazon EC2 and I have purchased a domain name. I added a record at my domains registrar pointing my domain to my Amazon EC2 instance's IP address. The problem is when you look at my domain on the internet you see a frame pointing towards my Amazon EC2 instance's IP address, rather than the actual HTML. This is a problem as I want to have Google Adsense on my website and they don't allow frames. Can anyone please explain to me how I can get my website to view as HTML?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
closed as not a real question by casperOne♦ Feb 8 at 17:40
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You may have set up URL forwarding for your domain instead of a DNS A record pointing to your EC2 instance? Typically in this setup the A record points to some IP address of the domain provider which handles the URL forwarding (adds the frame). Set your domain's DNS A record to point directly to the public IP address of the EC2 instance. |
|||
|
|