Re: File Names with spaces in them?
Mike Cox wrote:
> 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. :-)
Read the FAQ, ask your question(s) in the Apache NG's, and as far as
building Apache to run with windows, use the Win32 builds, i.e.
apache_2.0.53-win32-x86-no_ssl.msi
|