|
Posted by Jon on 09/27/01 11:38
Well, if you wanted it to be www.accountname.com you'd have to setup
separate hosting and domain registration each time. That's not a very viable
method. As far as making them get a subdomain, so accountname.example.com,
you'd have to make sure your host allows sub domains, as well as finding any
additional cost. Also, I don't know of a way you could make this automated
using PhP at all - Generally, you'd have to go into your Hosting Control
Panel and manually setup sub domains. This doesn't sound like anything that
PhP can resolve for you.
<tarscher@gmail.com> wrote in message
news:1137596851.259695.204780@z14g2000cwz.googlegroups.com...
> Hi all,
>
> I want to create a website (www.example.com) where people kan get
> create an account. The account gives them access to
> accountname.example.com or www.accountname.com (if available).
>
> My question is: Can I change the ww.example.com with
> accountname.example.com or www.accountname.com?
> eg. http://www.example.com/index.php?account=tarscher&q=new ->
> http://tarscher.example.com/index.php?q=new or
> http://www.tarscher.com/index.php?q=new
>
> I hope my question is clear... Maybee I better ask this question to my
> webhoster?
>
> Best regards
> Stijn
>
[Back to original message]
|