amnah / yii2-user

Yii2 user authentication module
MIT License
253 stars 104 forks source link

Object not found when I activated prettyUrl #154

Closed gunturbudi closed 8 years ago

gunturbudi commented 8 years ago

hey amnah, when i activated urlManager and enablePrettyUrl i cant found the /user/ route. But before i activated it, it works just fine.

amnah commented 8 years ago

Did you set up your vhost properly? http://www.yiiframework.com/doc-2.0/guide-start-installation.html#recommended-apache-configuration

And did you set 'showScriptName' => false? http://www.yiiframework.com/doc-2.0/guide-runtime-routing.html#using-pretty-urls

gunturbudi commented 8 years ago

Hey, i forgot the htaccess. Thanks amnah!