On Mon, Jul 31, 2017 at 9:16 PM, David Copeland <[email protected]> wrote: > Is there a way to ReDirect for all but a certain path? > > That is, is some like this possible? > > <DirectoryMatch "!^/somedir"> > Redirect ...... > </DirectoryMatch>
You could use: <DirectoryMatch "^(?!)/somedir"> (i.e. not followed by) Regards, Yann. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
