htaccess - PHP - 从公共视图隐藏媒体文件夹

I have to hide a media folder to where no one can see it when they view source code. For example I have this path to a file...

/blue/green/mediafolder/orange/purple.mp4

Is there any way in htaccess or php (or a hybrid of both) to simply remove the /mediafolder/ part OR rename it, while the scripts on the site still utilize it's actual location?

I've tried a lot of random htaccess tricks but nothing is quite working. Maybe it isn't possible?