My PHP Application required vhost configuration for subdomain access. While am creating user account, server will create a subdomain for particular user and then after they would access account through their subdomain.
How could i do this with codeigniter?
Thanks in Advance :)