Hello guys, I need a little help with statistics. I'm using PHP Framework with MVC conception, so when I create new domain, I always go to Options -> Apache directives and I add something like this: DocumentRoot "/var/www/clients/client11/web15/web/www" So, I have only www dir public, other folders (app, config, libs etc.) are without access and everything is fine. And now you maybe know what is my problem - I can't access a stats folder, which is in parent folder than the document root (www). Can you tell me please a best solution, how make access to stats folder again? Thank you for your help.