1

I have a domain name on 1&1 and a VPS on Linode. I noticed that my site was enclosed in a frameset which I didn't create. I checked nginx and jetty in the VPS but none of them created the frameset. Then I checked the domain control panel in 1&1 and saw that the redirection could be a frame redirect or an http redirect. I changed to http redirect and the frameset was gone, everything was fine except for the fact that in the url bar of the browser it changed to the ip address of the server instead of my domain url. How can I avoid the frameset and still have the proper url displayed instead of an IP?

DrKarl
  • 113
  • 1
  • 3

1 Answers1

1

You can point the domain's A record at your VPS. This can probably be done from 1&1's control panel. Otherwise it's either have the frame redirect masking your ip, or having the ip shown in the address bar when using a HTTP Redirect.

Niall Donegan
  • 3,869
  • 20
  • 17