Posted by Jerry Stuckle on 10/23/47 11:59
Maximus wrote:
> I have a registration form, when after registering, the user would get
> a subdomain
>
> http://username.domainname.com
>
>
> I created a wildcard DNS which happened to redirect *.domainname.com to
> the public_html folder.
>
> I need to find a way to redirect eahc subdomain to it's user folder.
>
>
> Any solutions?
>
I'd normally handle this in a .htaccess file instead of PHP.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|