File Names with spaces in them?
I have the Apache web Server that reads a file for directory locations.
The problem is that the program doesn't understand spaces, for instance "C:
\Program Files\" How do I write "C:\Program Files" without the space? I
also have to contend with the fact that it requires paths to be written the
UNIX way of "C:/Program Files/" which complicates matters even more.
I think there is an escape charcter something along the lines of "C:
\Program/?Files" but I can't for the life of me remember what it is. How
would I even write it if Apache wants it the UNIX way?
FYI I'm trying to get PHP to work on Apache 1.3.x on Win2k. :-)
|