I am attempting to change the base path. The user comes in on path www.xyz.com I want to change the base to www.xyz.com/test I calling a script that executed REQUEST.setVirtualPath('test',hard=0), but that didn't work. (I know that the user could come in on that path, but that's not the point. I want to know how to change the base path.) How can it be done? _________________________________________________________________ Concerned that messages may bounce because your Hotmail account has exceeded its 2MB storage limit? Get Hotmail Extra Storage! http://join.msn.com/?PAGE=features/es
On Thu, Oct 30, 2003 at 06:46:35AM +0000, Roger Mallett wrote:
I am attempting to change the base path.
The user comes in on path www.xyz.com
I want to change the base to www.xyz.com/test
I calling a script that executed REQUEST.setVirtualPath('test',hard=0), but that didn't work.
(I know that the user could come in on that path, but that's not the point. I want to know how to change the base path.)
How can it be done?
Sounds like you're doing basic virtual hosting. The solution for this is VirtualHostMonster. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's GOD PLUG-N-PLAY! (random hero from isometric.spaceninja.com)
participants (2)
-
Paul Winkler -
Roger Mallett