|
Posted by Tom Hartland on 10/21/01 11:34
(Summary: is there a way to convert virtual paths to physical paths
using PHP on IIS?)
I hope I'm not covering old ground, but I've spent a couple of hours
looking for this information and have so far failed.
I'm creating a PHP site that will run on IIS (not my choice, so please
don't just say "use Apache"), and I want to implement a virtual
directory system to allow multiple "installations" that use a single
code location.
(This would mean that I could update the base code once and all the
sites would "receive" the change, but using virtual paths each site has
it's own configuration files, etc.)
For this to work correctly, I need to be able to convert a virtual path
on IIS into a physical path, and this is where I'm failing to find any
useful information.
Unfortunately I'm coming round to the conclusion that there isn't a way
of doing this.
If you can prove me wrong please, please do...!
Any help greatly appreciated.
Cheers,
Tom :-)
Navigation:
[Reply to this message]
|