php - How difficult is it act as a domain reseller from with a social network app? -


i'm thinking of creating social network niche hobbyist network , know there's appetite people have own unique domain name (www.myfoowebsite.com) opposed whatever unique url on platform of choice (www.opensourcesocial/124/ghyu.php)

i guess best comparision http://flavours.me/ allows hook own domain..

how approach this? know people need point nameservers towards app i'm rather @ loss need end..

any guidance appreciated..

you want register domains (so called top level domains - .at, .de, .com, .org ...?)?
need:

  • a nameserver (or provides name service you) - dns server responsible e.g. yourdomain.com / configure nameserver appropriately yourdomain.com (with needed records -> soa, mx, a, aaaa (if server ipv6 capable), ns ... - important @ end a or/and aaaa records need contain ip of server content:
    example need a record www.yourdomain.com content of servers ipv4 address (e.g.) 127.0.0.1 , aaaa record content of servers ipv6 address (e.g. - if possible) ::1
  • a registrar - "allowed" register tlds (top level domains) or has interfaces one. here have provide details of person registering domain , here set nameservers ip address , hostname
  • the vhosts on server "controlling" domains ;-) (setting document root, special php settings ...)

that's explained - need knowhow (or has some!) appropriately , securely!


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -