發表文章

目前顯示的是 1月 19, 2014的文章

Yii: gii - Error 403 You are not allowed to access this page.

In Yii, if you have error 403 in gii " Error 403 You are not allowed to access this page." You can set the following code for IP Filters in protected/config/main.php ipFilters '=>array($_SERVER[' REMOTE_ADDR ']),