News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Dave Dash's Blog:
symfony + mod_rewrite moving smoothly from development to production environments
August 15, 2007 @ 09:31:00

Dave Dash has shared his tips on moving things smoothly from your development to production environments when using symfony and the Apache mod_rewrite module.

I think a common problem for some symfony developers that aren't too familiar with Apache's Mod Rewrite is when they move from a development environment that uses an explicit controller (e.g. frontend_dev.php is requested from the server explicitly) to their production app which implicitly calls index.php (e.g. '/' or some other route is passed to index.php) things stop working.

To combat the situation is easy - it's a simple update to the .htaccess file default to symfony to add a LoadModule line to start up mod_rewrite.

1 comment voice your opinion now!
symfony production development environment modrewrite symfony production development environment modrewrite




Community Events





Don't see your event here?
Let us know!


introduction conference api podcast phpunit release interview series test symfony2 database development language opinion custom community component framework application unittest

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework