My pleasure. :-) Unfortunately, with it I get a 403 error.
-Brent On Thu, Mar 27, 2008 at 8:11 PM, Andy Skelton <[EMAIL PROTECTED]> wrote: > On Thu, Mar 27, 2008 at 9:58 PM, Brent Logan <[EMAIL PROTECTED]> > wrote: > > It didn't work for me, either. I'm back to using the stuff listed below. > > > > > SecFilterEngine Off > > > > > SecFilterScanPOST Off > > > > > > > > That worked like a charm for me, using WP2.5 RC2, with either FF > or IE, > > Repeating myself: > > > > That's good, but before we turn that into a core patch or even a > > > recommendation for other users we should make sure it's as minimal as > > > possible. The way I read it, those lines turn off the security filter > > > engine for everything at or below that directory level. Can we get > the > > > desired result within just the desired scope? And what happens when > > > mod_security is not loaded? (Hint: 500) > > Here is a new one to try. Even though you have a solution for > yourself, it will break for others when mod_security is not installed. > Would you mind trying this one: > > <Files "async-upload\.php"> > <IfModule mod_security.c> > SecFilterEngine Off > SecFilterScanPOST Off > </IfModule> > </Files> > > Thanks, > Andy > _______________________________________________ > wp-testers mailing list > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-testers > -- Brent Logan 503.828.1772 _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
