sqlite - Yii - protected - (403 Forbidden Error) -


is possible change configuration of yii, to:

1- make yii , database accessible outside folder 'protected'

2- send data outside folder 'protected' files inside 'protected'

or there other solution ?

thank help.

it possible since protected folder protected .htaccess file. if eliminate "defensive rules" , have right directory/file permissions, protected folder can made accessible outside.

however recommend not this, because direct access protected folder (as name suggests) should made inaccessible standard users.


Comments

Popular posts from this blog

c - CUDA code not processing if block properly -

Android Capture Image From Camera -

Define custom list-style-type in CSS -