View previous topic :: View next topic |
Author |
Message |
BareKnuckles -
Joined: 01 Feb 2004 Posts: 6
|
Posted: Wed Apr 07, 2004 4:46 pm Post subject: DNS question |
|
|
Hi, I've recently registered a domain with www.mydomain.com and I've setup the url pointing to point my domain name to my ip address where abyss server is running on. "pretty straight forward right?" Here's my problem. When I bring up my "index.htm" page in a browser I see my domain name just fine. But when I click or visit any links inside of my site my domain name is replaced with my ip address and the port that I have open for abyss. Obviously this is not what I want to happen. Has anyone experienced this before and how should it be fixed? I'm not sure if it's an abyss thing, or something at mydomain.com, whom I've asked but no response yet.
thanks :?: |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Thu Apr 08, 2004 2:21 am Post subject: |
|
|
When you say "url pointing," do you mean forwarding? Unless there is an option your provider offers to "cloak" the URL, then it will always display the real IP address.
If you want to do it like a normal website would to not show the actual IP, you need to use DNS Services. I recommend ZoneEdit (www.zoneedit.com). _________________ Bienvenidos! |
|
Back to top |
 |
 |
jmoschetti45 -
Joined: 29 Oct 2003 Posts: 95 Location: MI USA
|
Posted: Thu Apr 08, 2004 2:42 am Post subject: |
|
|
iNaNimAtE wrote: | Unless there is an option your provider offers to "cloak" the URL, then it will always display the real IP address. |
Not always. I don't use cloaking and it dosen't. It could also be your HTML.
If you made a link like this:
Code: | <a href="123.123.123.123/page.htm">text</a> |
It will show the IP instead of the domain. If thats what your doing you can change it to:
Code: | <a href="my-domain-name.com/page.htm">text</a> |
Then your domain will still show in the address bar. _________________ http://jmoschetti45.com |
|
Back to top |
|
 |
BareKnuckles -
Joined: 01 Feb 2004 Posts: 6
|
Posted: Mon Apr 19, 2004 4:43 pm Post subject: |
|
|
iNaNimAtE, yes my DNS provider offers cloaking, or stealth forwarding as they call it.
jmoschetti45, I will try what you said beause that looks like my problem to the "T".
Thanks for the feeback guys! |
|
Back to top |
|
 |
Foxified -
Joined: 13 Apr 2004 Posts: 487 Location: Canada
|
Posted: Mon Apr 19, 2004 8:33 pm Post subject: |
|
|
jmoschetti45 wrote: | iNaNimAtE wrote: | Unless there is an option your provider offers to "cloak" the URL, then it will always display the real IP address. |
Not always. I don't use cloaking and it dosen't. It could also be your HTML.
If you made a link like this:
Code: | <a href="123.123.123.123/page.htm">text</a> |
It will show the IP instead of the domain. If thats what your doing you can change it to:
Code: | <a href="my-domain-name.com/page.htm">text</a> |
Then your domain will still show in the address bar. |
I do, "page.htm"
without any ip or domain, and it shows the the webdomain im on and and no ip in bottom and I dont have any cloak O.o |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Tue Apr 20, 2004 12:47 am Post subject: |
|
|
It all depends on what happens first. When you type in the domain, if the domain stays in the browser, then from then on, the domain will keep in the browser. If the domain redirects to the IP and changes in the browser, then the IP will stay. _________________ Bienvenidos! |
|
Back to top |
 |
 |
|