use the underscore and avoid capitals ie my_files
"Frank DeLucca, MS-MPV" <> wrote in message
news:...
> 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. 
>
> c:\program%20files might work. We haven't tested this, but on the other
> hand, we do recommend you use the 8.3 convention to avoid any hassle.
> --
> - Frank DeLucca -
>
> MS-MVP (Not confirmed, yet)
>
>
>
>
>
>