Fragments of Code

September 10, 2009

Disable WordPress Flash Uploader with Apache

Filed under: Apache — Tags: , — David Chandek-Stark @ 10:13 am

OK, this doesn’t really disable it, but it does make the “browser uploader” the default …

<Directory /path/to/wp/wp-admin>
  <Files media-new.php>
    # Force browser uploader instead of Flash
    RewriteCond %{QUERY_STRING} !=flash=0
    RewriteRule ^/(.*) /$1?flash=0
  </Files>
</Directory>

(WordPress 2.8.4)

1 Comment »

  1. Thankyou i have my wordpress blog to

    Comment by flash actionscript 3.0 tutorial — September 29, 2009 @ 11:11 am


RSS feed for comments on this post. TrackBack URI

Leave a comment

Blog at WordPress.com.