dns - how to redirect any domain name to our web application -
we have saas web app, written in zend mvc (php) users can enter own domain name in settings page.
when enter e.g. www.customdomain.com want domain redirect our web application can serve own pages our app.
we same subdomains having *.ourapp.com entry in our dns configuration. works great subdomains customdomain.ourapp.com.
this doesn't seem work full domain names www.customdomain.com.
what's easiest way have domain address link our application, can read out incoming domain name , act accordingly in our app?
for letting dns entry point @ servers:
domain registered (and owned customer): make him configure cname entry server's ip. (even google let enduser hand - automating might hard)
domain free: register it, configure cname (you own it)
if want redirect, user can upload html file or .htaccess file, performs redirect. has done customer, too.
Comments
Post a Comment