|
I have a Yii application installed as a php webapp in Now I want to split the application into two separate applications, a front-end app and a back-end admin area as described in The directory structure of the Yii project site. Without needing to read that document, basically will have an index.php in each app that serves as the entry point for that application. So the frontend would be served at How can I set this up in webfaction (in terms of configuring websites, apps, and domains)? |