That sound like a good idea too! Trying to learn something new every day.
Thanks, Dave Copeland. On 07/31/2017 05:21 PM, Daniel wrote: > Why not just RedirectMatch? > > El 31 jul. 2017 9:28 p. m., "David Copeland" > <[email protected] <mailto:[email protected]>> escribió: > > Ah, okay, thanks! > > Dave. > > On 31/07/17 03:25 PM, Yann Ylavic wrote: > > On Mon, Jul 31, 2017 at 9:16 PM, David Copeland > > <[email protected] <mailto:[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] > <mailto:[email protected]> > > For additional commands, e-mail: [email protected] > <mailto:[email protected]> > > > > > -- > David Copeland > JSI Data Systems Limited > 613-727-9353 <tel:613-727-9353> > www.jsidata.ca <http://www.jsidata.ca> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > <mailto:[email protected]> > For additional commands, e-mail: [email protected] > <mailto:[email protected]> >
