bobs
(Prometey 89)
1
Hello.
I clone this basic template
yiisoft/yii2-app-basic
How do I change the underlying structure of the template? I want to get this file structure:
/public_html
main
config
models
modules
vendor
...
index.php
.htaccess
...
Thanks!
jacmoe
(Jacob Moena)
2
You don’t want to do that. Honestly ![:)](http://www.yiiframework.com/forum/public/style_emoticons/default/smile.gif)
What is the problem?
jacmoe
(Jacob Moena)
3
If you really want to do this, then do it right - and use this:
https://github.com/k...app-practical-b
It is not going to be as safe as having the web root separate from the rest of your application, but it is a solid option.
bobs
(Prometey 89)
4
Thanks.
The problem is that most web servers do not have access to the file cofiguration the Apache.