-2

I have a webpage in my home directory in my university's RHEL 5.11 server that is accessible via www.univerisity.edu/~uname.

I have a domain name registered with godaddy and I would like to point that domain to my university web page.

Is this possible given I only have write privileges in my home directory of the university server?

If so, How can it be done?

  • 1
    You can do it with GoDaddy's URL forwarding, which is a redirect and won't keep your domain name. Or with masking which uses an IFRAME and won't completely hide your real domain. To do it well, you'd need a server with a reverse-proxy (but then you wouldn't need your university site at all) or you'd need to add config on the university server to accept your domain name. – TessellatingHeckler Sep 01 '15 at 16:41
  • It is easy, if the university allows it. Contact your system administrator. – Michael Hampton Sep 01 '15 at 16:42

1 Answers1

-1

Probably not.

You'd have to point an a record at your university's public IP address and have that forwarded to the web server. I very much doubt they will want to forward all requests on port 80 to your webspace.

What you could do, however, is redirect your GoDaddy registered URL to www.univerisity.edu/~uname

minus8
  • 72
  • 1
  • 1
  • 7