News Feed
Jobs Feed
Sections




News Archive
Stefan Koopmanschap's Blog:
Serving frontend and backend from the same document root with symfony
March 25, 2009 @ 09:31:45

Stefan Koopmanschap has a recent post to his blog about a small oversight (and gotcha other symfony developers should watch for) that he's made a few times when trying to work with a subdomain of his main symfony-powered website:

Quite often have I been staring at my virtualhost setup for the admin subdomain of this application, wondering why the hell it kept serving the frontend. I'd set the DirectoryIndex to backend.php, so why did it keep serving the frontend?

The culprit was something that's usually one of the first things set up when you load a new framework - the mod_rewrite rules in an .htaccess. Of course, since they were the default, things would get routed back to "index.php" instead of his "backend.php" as he wanted. To fix it, he moved these options out of the .htaccess and into the virtualhost configuration.

0 comments voice your opinion now!
symfony framework htaccess frontend backend modrewrite rule


blog comments powered by Disqus

Similar Posts

Reinhold Weber's Blog: MVC anatomy for PHP developers

Script-Tutorials.com: Form Validation with Javascript and PHP

Douglas Brown's Blog: Popular PHP Frameworks: What’s Your Fav?

Symfony Project: Online doc interface improved

Felix Geisendörfer's Blog: Learning from the CakePHP Source Code (Part 1)


Community Events











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


application introduction tool testing zendframework2 phpunit podcast unittest example release opinion community conference series development interview language code functional framework

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