I am using the wordpress and i cannot get the host name to appear in the IP address. Only the IP address will show even if you call on the url. I have been all around web min and can not seem to find how to change it.
Thanks for any help
Replies (6)
When you visit the site, the
Reply 1Don't understand what you mean
Reply 2I'd love to help you get to the bottom of your problem but I can't make sense of your question. Could you provide more information on precisely what you are trying?
Thanks! I added the record
Reply 3Thanks! I added the record like you said and works perfect.
DNS misconfiguration
Reply 4$ host -t a crucifiedwithchrist.fbcwalton.org 64.202.189.170 $ whois 64.202.189.170 OrgName: GoDaddy.com, Inc. OrgID: GODAD Address: 14455 N Hayden Road Address: Suite 226 City: Scottsdale StateProv: AZ PostalCode: 85260 Country: US
Looks like you'll need to contact your Domain provider
Reply 5From Windows I just ran
nslookup crucifiedwithchrist.fbcwalton.org
and got this response
Non-authoritative answer: Name: crucifiedwithchrist.fbcwalton.org Address: 64.202.189.170
This suggests to me that the nameservers your domain name are registered on do not actually point to your server (216.196.161.121) but another server (64.202.186.170). This seems to be a somewhat common practice with some hosting companies. Basically they point the domain to their own servers by default. If you then host your own site then they redirect it to your IP.
Assuming I'm right, there are a number of ways to create the situation you want but unless you can directly configure the nameserver yourself to point straight to your IP then you'll need to negotiate with the domain name provider.
Depending on the setup (hence the question) you may be able to change the way the redirect takes place. Even if your main site is hosted then you still may be able to do it (depending on how much control the host provides).
I have just been having a bit of a read online and I'm sure there's probably also a way to change this in apache config (on your TKL) but you'll need to do some serious googling or get some advice from someone with much more knowledge than me (like Liraz
).
Ya I run everything
Reply 6
When you visit the site, the address bar displays the IP address of the blog rather than the name of the site. The name of the site is crucifiedwithchrist.fbcwalton.org and when you go to the site, it will display 216.196.161.121 instead of the crucifiedwithchrist.fbcwalton.org. How can i get it to display it in the address bar?