Pointing device

coldnwhite

New member
Joined
Apr 5, 2006
Messages
4
Here's my true probleme:

I own oceansparrow.com and when somebody open this adress, I want that the page seen is jfverville.com/oceansparrow. I have access to the DirectAdmin panel of jfverville.com ... but how may I point oceansparrow.com to jfverville.com/oceansparrow without using foward device. Because on my oceansparrow.com account I can only change DNS .. nothing more :( ... so help me plz, i'm stuck!
 
Paste this code into the body of an index.html doc, or whatever web extention you prefer. Then upload to the root of oceansparrow.com Your visitors will be forwarded to your other site instantly.

Code:
<meta http-equiv=refresh content="0; url=jfverville.com/oceansparrow">
 
thank you, i found a free host to put my index.html, but is there any way to point a subfolder with DNS? :s
 
DNS itself doesn't allow you to point to a directory, as a "Domain Name Server" simply maps a domain name to its IPs/etc.

There are DNS applications out there that have added features though, which will include URL forwarding/etc. which is what you're looking for.

Try http://zoneedit.com/ and take a look at the web forward service.
 
Back
Top