Mediawiki-wysiwyg/WYSIWYG-CKeditor/wysiwyg_mw127_459/WikiEditor/modules/images/dialogs/.htaccess
AddType image/svg+xml svg svgz
AddEncoding gzip svgz
# If the request ends in .jpg, .bmp, .png...
#RewriteCond %{REQUEST_URI} .(jpe?g|bmp|gif|png)$
#RewriteRule ^folder/(.*)$ folder/index.php?url=$1 [L,QSA]
order allow,deny
<Files ~ ".(svg|jpg|jpeg|png|gif|pdf|txt|bmp)$">
allow from all
</Files>
Files
