0

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 :)

Muthu
  • 19
  • 4
  • http://net.tutsplus.com/tutorials/php/basecamp-style-subdomains-with-codeigniter/ this may help you –  Jul 11 '13 at 10:51
  • You don't use CodeIgniter to create sub domains – Pattle Jul 11 '13 at 11:33
  • You don't have to create subdomains for each user. Create just 1 subdomain to point to `*` and this to your Codeigniter folder. This way, every request that contains a subdomain goes to CodeIgniter. I have created a website like this, but not with Codeigniter. – machineaddict Jul 11 '13 at 12:57
  • try this tutorial on similar things https://youtu.be/518eRiSOTlY – Iftikhar Ali Ansari Jun 22 '17 at 12:16

0 Answers0