Results 1 to 4 of 4

Thread: Apache & Hiding IP Address (Domain Fowarding)

  1. #1
    Join Date
    Jul 2008
    Beans
    17

    Apache & Hiding IP Address (Domain Fowarding)

    I setup apache to host a website, and the domain redirect from Misk works fine. My only problem is that when it redirects, my IP address shows in the address bar instead of my domainname.com

    The website is www.woolsisters.com if it matters.

    Thanks!

  2. #2
    Join Date
    Apr 2008
    Beans
    490
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Apache & Hiding IP Address (Domain Fowarding)

    The problem is that you are using a URL Redirect. It is working exactly like it should. You don't want to forward it, you want to point it.

    To set this up correctly you need to set up an A Record in the Host Records for the domain. Go into the zone records for the domain. They may call it "host records" or "advanced DNS".

    You will need to modify three records. It should look like this when you are done.
    Code:
    www    A Address    68.114.80.28
    @      A Address    68.114.80.28
    *      A Address    68.114.80.28
    The www is when you type www in front of the domain. The @ is the domain by itself and the * is the catch all. They might use different terms, but it should look something like that.
    |

  3. #3
    Join Date
    Jul 2008
    Beans
    17

    Re: Apache & Hiding IP Address (Domain Fowarding)

    Hmm the only thing I can update is the nameserver?

  4. #4
    Join Date
    Apr 2008
    Beans
    490
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Apache & Hiding IP Address (Domain Fowarding)

    Quote Originally Posted by scottyf11 View Post
    Hmm the only thing I can update is the nameserver?
    Contact their support. You should have a way to update the records.
    |

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •