Frage

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?

War es hilfreich?

Lösung

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

http://somegoodapp123/index.php/gii
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top