diff --git a/introduction/from_flat_php_to_symfony2.rst b/introduction/from_flat_php_to_symfony2.rst index 4a4ecf811fd..646b0dd484a 100644 --- a/introduction/from_flat_php_to_symfony2.rst +++ b/introduction/from_flat_php_to_symfony2.rst @@ -370,7 +370,7 @@ on the requested URI:: echo '

Page Not Found

'; } -For organization, both controllers (formerly ``index.php`` and ``show.php``) +For organization, both controllers (formerly ``/index.php`` and ``/index.php/show``) are now PHP functions and each has been moved into a separate file named ``controllers.php``:: // controllers.php