I am using a normal host (i.e access to web pages via public_html and no access to php (apache) configuration).
so here what i did
- renamed my web dir => public_html
- renamed app.php (prod application) to index.php
I've also added a route to my page (template) named "littlebird"
Problem
when I call www.mywebsite.com/littlebird => 404 page not found
but when I use www.mywebsite.com/index.php/littlebird every thing works just fine.
mod_rewriteturned offmod_rewriteis turned on then check rewrite rules in.htaccess.htaccesssomewhere. Symfony2 is shipped with a.htaccesswith more than 50 lines in total: github.com/symfony/symfony-standard/blob/master/web/.htaccess