[wp-trac] Re: [WordPress Trac] #6278: Flash uploader fails on Mac browsers when mod_security enabled

WordPress Trac wp-trac at lists.automattic.com
Tue Mar 18 18:41:07 GMT 2008


#6278: Flash uploader fails on Mac browsers when mod_security enabled
----------------------+-----------------------------------------------------
 Reporter:  andy      |        Owner:  andy
     Type:  defect    |       Status:  new 
 Priority:  high      |    Milestone:  2.5 
Component:  General   |      Version:  2.5 
 Severity:  critical  |   Resolution:      
 Keywords:            |  
----------------------+-----------------------------------------------------
Comment (by ditdotdat):

 On some hosts you can turn of mod_security on a file by file basis using
 an .htaccess file with the following syntax.


 {{{
 SetEnvIfNoCase Request_URI ^PATH_TO_WORDPRESS/wp-admin/async-upload.php$
 MODSEC_ENABLE=Off
 }}}


 Obviously replacing PATH_TO_WORDPRESS with the path to your blog ie.
 /wordpress or just /

 I suppose it would be a bit too much of a kludge for Wordpress to install
 this .htaccess file itself.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/6278#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list