Re: [ilugd] Subdomain creation in PHP application

2012-06-02 Thread Raakesh kumar
[...] On Sun, Jun 3, 2012 at 1:08 AM, Amit Tewari wrote: > > > can this help? > > http://blog.merhar.si/post/757871034/mapping-subdomains-to-subdirectories-with-apache > > creating a subdirectory from PHP code should be easy (and perhaps secure ?) > > Regards > Amit > > ___

[ilugd] Subdomain creation in PHP application

2012-06-02 Thread Amit Tewari
> Dear All, > I am stuck to a problem and that is, i am working on a project which > requires user registration like any other website/social networks have and > then after user registration they want a separate subdomain like > http://userName.theirWebsite.com > > Now i don't understand how is it

Re: [ilugd] Subdomain creation in PHP application

2012-06-02 Thread Raakesh kumar
[...] On Sat, Jun 2, 2012 at 2:16 PM, Raj Mathur (राज माथुर) wrote: > On Saturday 02 Jun 2012, Raakesh kumar wrote: > > One way to achieve this would be to put up a wildcard DNS record for > *.example.com pointing to your web server. Then in the server either > create a virtual host for each use

Re: [ilugd] Subdomain creation in PHP application

2012-06-02 Thread Raj Mathur (राज माथुर)
On Saturday 02 Jun 2012, Raakesh kumar wrote: > Dear All, > I am stuck to a problem and that is, i am working on a project which > requires user registration like any other website/social networks > have and then after user registration they want a separate subdomain > like http://userName.theirWeb

Re: [ilugd] Subdomain creation in PHP application

2012-06-02 Thread Gora Mohanty
On 2 June 2012 13:50, Raakesh kumar wrote: > Dear All, > I am stuck to a problem and that is, i am working on a project which > requires user registration like any other website/social networks have and > then after user registration they want a separate subdomain like > http://userName.theirWebsi

[ilugd] Subdomain creation in PHP application

2012-06-02 Thread Raakesh kumar
Dear All, I am stuck to a problem and that is, i am working on a project which requires user registration like any other website/social networks have and then after user registration they want a separate subdomain like http://userName.theirWebsite.com Now i don't understand how is it possible to c