I have a domain and want to redirect this domain to url (for example www.example.com). How I can do this with mydns (using mydnsconfig interface or mydns itself).

link|improve this question
feedback

1 Answer

If I understand correctly, you are looking for an HTTP forward or redirect, which is performed by the web server, not the DNS server: http://en.wikipedia.org/wiki/URL_redirection .

Otherwise, create a CNAME record as follows:

your.domain.com. IN CNAME other.domain.net.
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.