Hello Railers, nice for me to be here! I have a php based background, building enterprise applications as a freelancer for different softwarecompanys for some years now. Every where i see, that the html developers uses dreamweaver to to design/layout html. So they create the basic static html sites into /htdocs folder. After the html developer fishished, the static html is clickable(good for customer to see this iteration), yet without dynamic content. Then, php programmers will use that static html as templates, leaveing them at this position, only inserting template-language depending stuff. For me, thats the normal way developing websites: It is important that the php programmer (or what language ever) goes out of the way of the html developer and reverse. But, when i understood everything right, for ror i have to break down the html into the /app/views/... But if i do that, the project is not anymore editable for the html developer. I am not really sure how to organize html files to satisfy both partys. Did i understand right, that in /public only static html, js, images, css should live? Thanks i advance for some advise! Greetings, Marc Beyerlin