In Denver, when creating a site, a folder is created with the name of the site and it should contain the www folder. So I want to change the name of this folder to my own. That is, for example, instead of:
home/mysite.ru/www/index.php
this:
home/mysite.ru/root/index.php
I suspect that something needs to be registered in the Apache settings, but I don’t know what exactly.