I have a website that per original developer “was working” on local environment. I have configured that website on Windows 2008 Server with IIS 7. Website itself (frontend app) is working fine but backend app is throwing 404 error page after trying to login.
Project Configuration file has all plugins listed as enabled and MySQL database was updated using the data from fixtures.
After trying to login page is redirected to domain.com/login and 404 error message is shown.
Are there any specific routines that should be added for /login to work?
I have compared the settings with the ones specified at tutorial.
login_module: sfGuardAuth
login_action: signin
Since you have the dev mode enable now, you should run
php symfony plugin:publish-assets. It will move or create a symlink to each/webfolder for all your plugin.