Hi, I was able to protect folders with hostinger by removing folder permissions. My idea is that both the images and the php files are not visible unless you use php code like the following, I want them to be visible only to clients and workers. for example
<img src="<?php if(isset($profile_picture)) echo $profile_picture; ?>" class="img img-rounded" heigth="60" width="60"/>
This code works perfectly for me but disabling the permissions stops working: /