|
Posted by d on 03/24/06 13:54
"Andy Jeffries" <news@andyjeffries.co.uk> wrote in message
news:pan.2006.03.24.11.09.35.194330@andyjeffries.co.uk...
> On Fri, 24 Mar 2006 11:06:46 +0000, d wrote:
>
>> "Andy Jeffries" <news@andyjeffries.co.uk> wrote in message
>> news:pan.2006.03.24.10.52.57.512794@andyjeffries.co.uk...
>>> On Fri, 24 Mar 2006 02:37:57 -0800, thehetre wrote:
>>>> For example, visit this site http://deviantart.com and try to register
>>>> one
>>>> account. I have a account is thehetre. And this site create a sub
>>>> domain for me (include) : http://thehetre.deviantart.com
>>>>
>>>> So, how to doing like this in PHP or another web program language?
>>>> Please show your solution or script you know. Thanks so much!!!
>>>
>>> Use "ServerAlias *.deviantart.com" within your virtual host in Apache,
>>> then parse $_SERVER[HTTP_HOST] in a PHP file (you can use autoprepend)
>>> to get the first part.
>>>
>>> Cheers,
>>
>> You will need to make sure the DNS for *.site.com is pointing to site.com
>> for that to work...
>
> Oh yeah, forgot to say that (my DNS script that updates tinydns does that
> automatically - hence not something I'd think of saying).
Then you're set :) ServerAlias will sort you out nicely :)
> Cheers,
>
>
> Andy
>
> --
> Andy Jeffries MBCS CITP ZCE | gPHPEdit Lead Developer
> http://www.gphpedit.org | PHP editor for Gnome 2
> http://www.andyjeffries.co.uk | Personal site and photos
>
[Back to original message]
|