I created project in Symfony 1.4 and upload on FTP.
If i open http://mysite.com/frontend_dev.php/login or http://mysite.com/frontend_dev.php/manage then all working OK, but if i open http://mysite.com/login or http://mysite.com/manage then i have error:
Not Found
The requested URL /login was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Why? What i must change in Symfony or Apache?
Open
frontend/config/setting.ymlyou have 4 env by default:Add this lines
Then clear cache
php symfony ccand test.Also, check that “
all” env doesn’t overwriteno_script_name:.Hope this information useful.