You should really read the docs: http://www.symfony-project.org/book/1_2/09-Links-and-the-Routing-System#chapter_09_url_rewriting
Look for "Rewriting Rules for Apache". Michael On 27 Feb., 21:25, slinky66 <[email protected]> wrote: > Where do you configure symfony such that "index.php" is not required > in the URLs? > > I want to go from this:http://www.mysite.com/index.php/module/action > > To this:http://www.mysite.com/module/action > > I already went into settings.yml and turned no_script_name to "ON" and > cleared the cache. I keep getting a 404 > when I try to access without index.php in the URL > > prod: > .settings: > no_script_name: on > # error_reporting: 2047 > web_debug: off > cache: off > > What am I missing? > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
