This is a discussion on How do i bring other folders into my root within the Windows Web Servers forums, part of the Web Server and Related Forums category; I have a folder C:\Program Files\Apache Group\Apache2\htdocs\users\RO1 and my root html folder is C:\...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have a folder
C:\Program Files\Apache Group\Apache2\htdocs\users\RO1 and my root html folder is C:\Program Files\Apache Group\Apache2\htdocs\ At the moment people would have to type http://www.myserver.com/users/RO1 --BUT-- I want people to be able to type http://www.myserver.com/RO1 to access the RO1 user folder, but i dont want to change the ACTUAL placement of the file - it makes the root html folder look messy. --thanx |
|
|||
|
Look for the line:
Alias /manual "C:/Program Files/Apache Group/Apache2/manual" and follow that example to alias your users directory. Rach "Cwin" <microcamers@hotmail.com> wrote in message news:46a24a52.0307010859.57caf63e@posting.google.c om... > I have a folder > C:\Program Files\Apache Group\Apache2\htdocs\users\RO1 > and my root html folder is > C:\Program Files\Apache Group\Apache2\htdocs\ > > At the moment people would have to type > http://www.myserver.com/users/RO1 > --BUT-- > I want people to be able to type > http://www.myserver.com/RO1 > to access the RO1 user folder, > but i dont want to change the ACTUAL placement of the file - it makes > the root html folder look messy. > > --thanx |
|
|||
|
Alias /RO1 "C:/Program Files/Apache Group/Apache2/htdocs/users/RO1"
microcamers@hotmail.com (Cwin) wrote in message news:<46a24a52.0307010859.57caf63e@posting.google. com>... > I have a folder > C:\Program Files\Apache Group\Apache2\htdocs\users\RO1 > and my root html folder is > C:\Program Files\Apache Group\Apache2\htdocs\ > > At the moment people would have to type > http://www.myserver.com/users/RO1 > --BUT-- > I want people to be able to type > http://www.myserver.com/RO1 > to access the RO1 user folder, > but i dont want to change the ACTUAL placement of the file - it makes > the root html folder look messy. > > --thanx |
| Thread Tools | |
| Display Modes | |
|
|