beyzad Posted September 10, 2009 Share Posted September 10, 2009 hi. i need help on these solutions: - How to park domain? - how to specify a parked domain to page? - what extensions are required to do them? For example, some blog services can assign a domain to a weblog. for example, you can assign www.yourdomainname.com to yourblog.blogservice.com Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/173770-domain-dns-functions/ Share on other sites More sharing options...
phpretard Posted September 10, 2009 Share Posted September 10, 2009 Are you in control of the server? What kind of box? ie.. Windows IIS, etc Quote Link to comment https://forums.phpfreaks.com/topic/173770-domain-dns-functions/#findComment-916008 Share on other sites More sharing options...
keldorn Posted September 10, 2009 Share Posted September 10, 2009 Is this PHP related? But Use DNS A or CNAME records. Example: blogexample.com. => CNAME => Blog.somebloghost.com. blogexample.com. => A => IP address Quote Link to comment https://forums.phpfreaks.com/topic/173770-domain-dns-functions/#findComment-916017 Share on other sites More sharing options...
beyzad Posted September 14, 2009 Author Share Posted September 14, 2009 Is this PHP related? But Use DNS A or CNAME records. Example: blogexample.com. => CNAME => Blog.somebloghost.com. blogexample.com. => A => IP address I though that i can do this with php. can u please give me more information? Quote Link to comment https://forums.phpfreaks.com/topic/173770-domain-dns-functions/#findComment-918103 Share on other sites More sharing options...
trq Posted September 14, 2009 Share Posted September 14, 2009 There is no specific extension available to handle this via php, however, DNS configs are plain text on Linux so you won't have any trouble editing them providing however you are hosting your own DNS service. You need to provide more details about what you are doing. Quote Link to comment https://forums.phpfreaks.com/topic/173770-domain-dns-functions/#findComment-918120 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.