i need to generate vitual folder through php program in apache server, by which i can generate subdomains
.
for ex: if i click on the links of my site
link1 link12 ---------------------
like that, when i click on this link generally we will generate folder naming link1 by mkdir() function in server
then the url will be sitename.com/link1/
but i need to generate the url like: http://link1.sitename.com
ie virtual folder, so how can i create those by program, in apache server,
i hope i have given u the clear picture of my doubt,
i hope the best from u,
how can i create virtual folders in server automatically...
Moderator: General Moderators
-
B.Murali Krishna
- Forum Commoner
- Posts: 28
- Joined: Fri May 12, 2006 2:05 am
- Location: Hyderabad,India
- Contact:
how can i create virtual folders in server automatically...
Last edited by B.Murali Krishna on Tue Jul 04, 2006 2:02 am, edited 3 times in total.