Posted by Jerry Stuckle on 08/18/06 12:16
Tarscher wrote:
> Hi all,
>
> I 'm building a website that provide services for soccer teams. When a
> user (team) signs up I want to give him some personal space like
> http://www.soccerteamonline.com/teamname where www.soccerteamonline.com
> is my registered domain and teamname is the name chosen by the user. I
> want to have one singel code base meaning that I don't want to copy my
> code to every new account. Can someone please give me some advice on
> how to achieve this since I really don't have an idea on how to do
> this.
>
> Thanks in advance
> Stijn
>
Three ways I can think of off hand:
Files in each directory which just include the "real" code files
Apache redirects (ask in alt.apache.configuration)
Symlinks (Linux) or Virtual Directories (Windows) (ask your sysadmin)
Probably a dozen other ways, but these three come to mind first.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|