I upload pictures via CMS to a folder beyond DOCUMENT ROOT for security reasons. Is there any way (eg. Apache settings) how to view pictures which are not in web accesible folders using simple <img src=' ....'>.
I do not want to use a script, eg. <img src='pic.php=path'>
Thx for any ideas.