Re: [symfony-users] Strange Routing Behaviour

2010-04-14 Thread Lea Hänsenberger
I'm not that good with rewrite rules, but the only ones we have for our project is the standard symfony .htaccess file: # we check if the .html version is here (caching) RewriteRule ^$ index.html [QSA] RewriteRule ^([^.]+)$ $1.html [QSA] RewriteCond %{REQUEST_FILENAME} !-f # no, so we

RE: [symfony-users] Strange Routing Behaviour

2010-04-14 Thread NOOVEO - Christophe Brun
Hi Lea. My guess is that symfony's routing is not responsible for this behaviour. AMOF, if your browser directs you to index.php or frontend_dev.php and if these files are well configured with some code like the following : require_once(dirname(__FILE__).'/../config/ProjectConfigura