This is a discussion on How to make appear the domain name in the URL bar? within the Apache Web Server forums, part of the Web Server and Related Forums category; Hello all, I have recently installed Apache 1.3 successfully and I own a domain name. However, each time I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello all,
I have recently installed Apache 1.3 successfully and I own a domain name. However, each time I access my page with typing the url, it is resolved correctly however the IP address appears instead of the domain name. What have I missed? Thanks in advance. |
|
|||
|
You need to check the DNS A Record and forwarding settings with the people
who you registered the domain name with - I don't think it is an Apache problem. If your domain name is being forwarded to, for example, 100.100.100.100, then that will appear in the address bar. But if the A Record has been set to your IP address, then it should resolve to the correct name. "k_leau" <k_leau@yahoo.com> wrote in message news:40925522$0$26994$626a14ce@news.free.fr... > Hello all, > > I have recently installed Apache 1.3 successfully and I own a domain name. > However, each time I access my page with typing the url, it is resolved > correctly however the IP address appears instead of the domain name. What > have I missed? > > Thanks in advance. > > |
|
|||
|
k_leau <k_leau@yahoo.com> wrote:
> However, each time I access my page with typing the url, it is resolved > correctly however the IP address appears instead of the domain name. Be sure that the ServerName directive reports your domain name and that UseCanonicalName is Off in the httpd.conf Davide -- | One cannot make an omelette without breaking eggs -- but it is amazing | how many eggs one can break without making a decent omelette. | | |
|
|||
|
I have checked with the domain registerer and that is them who do not offer
this option. Is it possible to force the name with apache? "sss" <s@nospam.com> wrote in message news:40925fc3$0$11588$65c69314@mercury.nildram.net ... > You need to check the DNS A Record and forwarding settings with the people > who you registered the domain name with - I don't think it is an Apache > problem. > > If your domain name is being forwarded to, for example, 100.100.100.100, > then that will appear in the address bar. But if the A Record has been set > to your IP address, then it should resolve to the correct name. > > > > > > "k_leau" <k_leau@yahoo.com> wrote in message > news:40925522$0$26994$626a14ce@news.free.fr... > > Hello all, > > > > I have recently installed Apache 1.3 successfully and I own a domain name. > > However, each time I access my page with typing the url, it is resolved > > correctly however the IP address appears instead of the domain name. What > > have I missed? > > > > Thanks in advance. > > > > > > |