Subdomain Creation for Everyuser

suresh678

New member
Joined
Mar 23, 2007
Messages
2
Hi ,

How to create subdomain creation for every user. I see the forum answers but i can't understand. I follow that links but that was not working. I tried that steps in localhost but that was not working. It's working only in main server or working in localhost. I follow the below link http://www.directadmin.com/forum/showthread.php?t=17660.
I am presently working with apache server(Wamp) in PHP. I write the subdomain details in Config files->httpd-conf . i.e

Ex:

NameVirtualHost *:80

<VirtualHost *:80>
ServerName www.mahalife.com(This is my site name)
ServerAlias *.mahalife.com
DocumentRoot /www/mahalife
</VirtualHost>

I am writing the above details in conf file .But that above code not created the subdomains for every user. So how to create subdomains EX:www.suresh.mahalife.com)
for every user.So please solve my problem with detailed.So please tell me the steps about that problem. So please help me.

Thanks & Regards,
Suresh...
Email id: [email protected]
 
Back
Top