Yii framework proposed folder structure not working -



Yii framework proposed folder structure not working -

i'm relatively new yii. i've managed sample application , running moving real project, utilize next folder construction increased security:

[server root (/) ] - yii -- framework -- requirements [server htdocs] - myapp -- public --- assets --- css --- images --- themes --- index.php -- private --- protected

all fine when leave protected folder within public folder don't want this.

the way can work using proposed construction if create symlink within public folder pointing protected folder within private folder. if reference straight in private folder gives me blank page upon app load.

i've double checked configuration paths , permissions.

any help appreciated.

you can configure yii utilize folders want specific needs, eg. protected-folder, assets, themes, etc.

have @ "the directory construction of yii project site" example.

yii

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -