Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

URL problem

Status
Not open for further replies.

sandeepmur

Programmer
Dec 14, 2003
295
PT
Hi, am not sure if this is the right forum but here goes..

I have a domain where I want to let users create their own websites as in: and so on.

My problem is that right now my domain root is something like and so on...

Is there anyway I can mask the directory 'site' so that the URL appears as ???

thnx in adv,
sg
 
How much control do you have over the server?

-Ron

-We all play from the same deck of cards, it's how we play the hand we are dealt which makes us who we are.
 
I'm sorry I don't have an answer for you, but at least I can point you to the right area.

If you have almost full control over your server, then check out forum65 for Apache web server or forum41 for Microsoft IIS.

You may get a more appropriate/quicker response there.

Good luck,
-Ron

-We all play from the same deck of cards, it's how we play the hand we are dealt which makes us who we are.
 
In IIS, all you have to do is create a Virtual Directory under the web site, and point it to whatever path the actual file is at.

For example, create a Virtual Directory under called "client1" and point it to the "/site/client1" folder. Now, whenever anyone goes to it will pull from the appropriate area.

Hope This Helps!

Ecobb

"Alright Brain, you don't like me, and I don't like you. But lets just do this, and I can get back to killing you with beer." - Homer Simpson
 
Hi guys,

Am afraid am using TOMCAT 4.1 as a standalone server to run a JSP application.

Now what!?

thnx,
sg
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top