bizley / timeclock

Simple work time clocking service
MIT License
30 stars 11 forks source link

/public/site/login not found #24

Closed groucha17 closed 3 years ago

groucha17 commented 3 years ago

Hello, Thank you for the tip about composer. I have followed your installation notes. I have made the configs and everything did well. I have a new error about the login. The sub folder /public/site/login can not be found. What should I do at this step please ? Regards, Stéphane

bizley commented 3 years ago

/site/login is not a folder, it is a route that should be handled by the SiteController (actionLogin). If you see this "error" it means that your app is not properly configured. Follow Configuring Web Servers section of the Yii 2 Guide.

groucha17 commented 3 years ago

Thanks for the tip. I have updated my .htaccess and everything goes well ! :) Regards Stéphane