I'm hosting a website on Linux server and the folders is like that
/var/www/html/agitoriosul.com.br/web/
/web is the public folder
I want put core and app folder one leve before web folder and webroot inside web folder.
I know i need configure index.php inside webroot but i've tried a lot of things and nothing works.
Now all the folders is inside web(public folder) but, first i know core and app folder cant stay inside web(public folder), second, all links created with Html->link helper is pointing to physic path(/var/www/html/agitoriosul.com.br/web/) and not virtual(agitoriosul.com.br/) path.