質問

I am using Yii framework version 1.1.14 and all that I want is to access Yii code generator Gii. It is possible by typing

http://somegoodapp123/index.php?r=gii

but if I activate urlManager, it is not possible. Could you please help me, how to access Gii in url with active urlManager?

役に立ちましたか?

解決

You can access gii by simply changing your url to the following one

http://somegoodapp123/index.php/gii
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top