Thanks for trying to help, Christophe. Cleared the cache using CLI: php app/console cache:clear
http://localhost/Symfony/web/app_dev.php/demo/contact => works http://localhost/Symfony/web/app.php/demo/contact => doesn't work (** this is interesting - it should work ... hmmm) http://localhost/Symfony/web/demo/contact => doesn't work http://localhost/Symfony/web/app_dev.php/demo/hello/myname => works http://localhost/Symfony/web/app.php/demo/hello/myname => works http://localhost/Symfony/web/demo/hello/myname ==> works The above urls are all straight out of the demo for the vanilla beta1 install. Adding RewriteBase /Symfony/web: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /Symfony/web RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ app.php [QSA,L] </IfModule> Cleared the cache again from CLI. 500 Server errors on everything now. If the RewriteBase were the issue, wouldn't it affect all urls, not just /demo/contact? It should also affect the /demo/hello/myname url too, shouldn't it? -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en