Difference between #3 and #5 of
Moving project code outside of webroot (plus multiple project support)

Changes

Title changed

How to set up directory structures forMoving project code outside of webroot (plus multiple Yii project support)

Category unchanged

How-tos

Yii version unchanged

Tags unchanged

config, security

Content changed

[...]
/var/www/blog/webroot/assets/...
/var/www/blog/protected/...
/var/www/blog/runtime/...
/var/www/blog/yii --> symlink to /var/www/yii-1.1.5.r2654

The `protected/` folder is now composed entirely of source code, is invisible to the web user, and the `runtime/` are
a is separate from everything else.

Config file changes
-------------------
We certainly have to tell Yii where these parts are, and this involves editing both the main config file, plus the application entry script.
[...]
21 1
19 followers
Viewed: 64 953 times
Version: 1.1
Category: How-tos
Written by: Steve Friedl
Last updated by: Steve Friedl
Created on: Dec 12, 2010
Last updated: 12 years ago
Update Article

Revisions

View all history