On Fri, 28 May 2010, John wrote: > Here is the solution for rewriting website/backend.php to website/ > admin and makes the admin area to work.
Since mod_rewrite directs all routes to index.php, there can be only one controller per folder, and this solution *is* documented in the symfony book. You could also just rename backend.php to index.php and not need to change the rewrite rule to use backend.php. -- -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
