I have these following folders:
.htmaster (which i belive is where the valid users for .htaccess are stored)
mysite.com (which everything inside that folder is public)
mysite-videos (which I made, and seems to not be accessible by the public, also where my videos are stored)
mysite2.com (also public, but for a different website)
Using the include function in a php script in the "mysite.com" folder seems to work to display webfiles (.php, .html, etc.) inside the mysite-videos. However, I cannot use the include function because you use the src for images or videos it always relates back to the "mysite.com" folder.