Forum Moderators: phranque
Personally, I would consider using mod_rewrite and replacing the space with a hyphen, but I don't think you will have too many difficulties if you want to stick with the old filenames.
but is technically perfectly acceptable.
Problem is that technically it not always acceptable with some commongly used software treating %20 as %20, not space (they dont do URL decoding). Say on windows referring to that file as a parameter in command line tools would require usage of quotes.
Its best to avoid spaces alltogether as well as trying to use same (lower) cased file/dir names everywhere. If you really want to separate words then use underscore or stroke.
[edited by: Lord_Majestic at 3:55 pm (utc) on Aug. 18, 2004]