I thought that the backslash followed by a space would cover that. I certainly bypasses the syntax parser in Apache.
Darryl Baker PMOET -DAPS X76674 From: Eric Covener [mailto:cove...@gmail.com] Sent: June 20, 2016 11:54 AM To: users@httpd.apache.org Subject: Re: [users@httpd] RE: RedirectMatch and spaces On Mon, Jun 20, 2016, 12:49 PM Darryl Philip Baker <darryl.ba...@northwestern.edu<mailto:darryl.ba...@northwestern.edu>> wrote: For each place there is a space in the original file name I am using the pattern “[\ |+|%2520%252B]” Is that the correct regular expression for what I want to accomplish? Darryl Baker Most directives will see it decoded as a literal space character. Maybe you just needed quotes before?