Ran into a problem with ios devices playing mp4 videos via a multi-site networked site with buddypress and rtmedia with fmmpeg converter..
host tells me it’s likely related to this code:
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]
This multi site was started prior to 2010
(network was created before June 2010 (version 2.9.2 or below).)
– and I notice on the wp codex that there is no mention of these rules in the picture showing the htaccess that is created with current ms installs.. but looking at the old / previous pics int he codex wiki thing it does show.
as the files play fine when going directly to the url, but not fine with viewed through wordpress which is being affected by the htaccess I guess.
So.. main thing is how do I fix this not affecting the files in folders like
http:// ourdomain name.com/files/rtMedia/groups/20820/2017/01/received_193386011128359.mp4
of course I also wonder if this htaccess code should just be removed – or if removing it would cause problems for older files that were uploaded and linked to – not really sure what the code does.
any thoughts on fixing this issue without breaking everything old?
my managed hosting people have confirmed that the videos work with windows desktop and some android – but not iOs devices, when viewed on site, eg:
(nsfw -(dont go to the url if naked people parts would offend you or anyone near you!) )
http://adultsonlyspace.com/members/admin/media/79107/
this was setup as subdomain not sub folder
help appreciated,
Steve