Questions tagged [front-controller]

The Front Controller Pattern provides a centralized entry point for handling requests in web applications.

Front controllers are often used in web applications to implement workflows. While not strictly required, it is much easier to control navigation across a set of related pages (for instance, multiple pages might be used in an online purchase) from a front controller than it is to make the individual pages responsible for navigation.

144 questions
1
vote
1 answer

can't add route in Slim

My problem is I can't add a route other than '/'. if I change / to /hello I get a 404 error. I think I have a mistake in my paths or .htaccess. my .htaccess: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [QSA,L]…
user4737789
1
vote
1 answer

Implementing Controller and Routes in Java

I'm implementing a webapplication which uses a Router to validate the incoming request and map it to an action in a controller. The routes are defined in a file like…
user2354302
  • 1,833
  • 5
  • 23
  • 35
1
vote
0 answers

friendly links with MVC and front controller

I have a jee project in which im using MVC and front controller design patterns. I actually have all the links like this : Products Or from javascript to make ajax…
Alpha2k
  • 2,212
  • 7
  • 38
  • 65
1
vote
2 answers

How to get page from content include into front controller</a></h3> <div class="excerpt">I'm using a PHP based front controller pattern such that index.php provides the page structure and template, and all content for each page is in include files within /pages/. index.php /pages/home.inc /pages/about.inc /pages/contact.inc The…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/front-controller" class="post-tag grid--cell" title="show questions tagged 'front-controller'" rel="tag">front-controller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 10 '15 at 19:07">asked Feb 10 '15 at 19:07</time> <a href="../../users/925897/brentonstrine" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/925897.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="brentonstrine" /> </a> <div class="s-user-card--info"> <a href="../../users/925897/brentonstrine" class="s-user-card--link">brentonstrine</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">21,694</li> <li class="s-award-bling s-award-bling__gold" title="25 gold badges">25</li> <li class="s-award-bling s-award-bling__silver" title="74 silver badges">74</li> <li class="s-award-bling s-award-bling__bronze" title="120 bronze badges">120</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-2615986"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/2615986/going-from-small-to-medium-sized-websites" class="question-hyperlink">Going from small to medium sized websites</a></h3> <div class="excerpt">I've been coding websites for a couple of years now, mostly in php and xhtml. I come from the design world, but I'm proud of doing standart compliant websites and great interfaces. Also used Wordpress and loved it. Most of the time there were really…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/frameworks" class="post-tag grid--cell" title="show questions tagged 'frameworks'" rel="tag">frameworks</a> <a href="../../questions/tagged/front-controller" class="post-tag grid--cell" title="show questions tagged 'front-controller'" rel="tag">front-controller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 11 '10 at 03:51">asked Apr 11 '10 at 03:51</time> <a href="../../users/272553/landitus" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/272553.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Landitus" /> </a> <div class="s-user-card--info"> <a href="../../users/272553/landitus" class="s-user-card--link">Landitus</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,890</li> <li class="s-award-bling s-award-bling__gold" title="4 gold badges">4</li> <li class="s-award-bling s-award-bling__silver" title="23 silver badges">23</li> <li class="s-award-bling s-award-bling__bronze" title="27 bronze badges">27</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-250469"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/250469/database-driven-front-end-controller-page-management-good-or-bad" class="question-hyperlink">Database Driven Front End Controller / Page Management Good or Bad?</a></h3> <div class="excerpt">I am currently working within a custom framework that uses the database to setup a Page Object which contains the information about Module, View, Controller, etc which is used by a Front Controller to handle routing and the like within an MVC…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/database" class="post-tag grid--cell" title="show questions tagged 'database'" rel="tag">database</a> <a href="../../questions/tagged/model-view-controller" class="post-tag grid--cell" title="show questions tagged 'model-view-controller'" rel="tag">model-view-controller</a> <a href="../../questions/tagged/front-controller" class="post-tag grid--cell" title="show questions tagged 'front-controller'" rel="tag">front-controller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 30 '08 at 14:59">asked Oct 30 '08 at 14:59</time> <a href="../../users/20178/noah-goodrich" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/20178.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Noah Goodrich" /> </a> <div class="s-user-card--info"> <a href="../../users/20178/noah-goodrich" class="s-user-card--link">Noah Goodrich</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">24,875</li> <li class="s-award-bling s-award-bling__gold" title="14 gold badges">14</li> <li class="s-award-bling s-award-bling__silver" title="66 silver badges">66</li> <li class="s-award-bling s-award-bling__bronze" title="96 bronze badges">96</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-21704236"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/21704236/mvc-how-to-run-some-custom-dependant-actions-before-after-main-action" class="question-hyperlink">MVC: How to run some custom dependant actions before/after main action</a></h3> <div class="excerpt">The following code is in my FrontController. The run method should call a controller action which belongs to a given url. For example http://localhost/admin/index should point to AdminController and indexAction. This works already, but what's the…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/model-view-controller" class="post-tag grid--cell" title="show questions tagged 'model-view-controller'" rel="tag">model-view-controller</a> <a href="../../questions/tagged/front-controller" class="post-tag grid--cell" title="show questions tagged 'front-controller'" rel="tag">front-controller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 11 '14 at 14:12">asked Feb 11 '14 at 14:12</time> <a href="../../users/1296333/agassner" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1296333.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="agassner" /> </a> <div class="s-user-card--info"> <a href="../../users/1296333/agassner" class="s-user-card--link">agassner</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">689</li> <li class="s-award-bling s-award-bling__silver" title="8 silver badges">8</li> <li class="s-award-bling s-award-bling__bronze" title="25 bronze badges">25</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-1558357"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/1558357/how-can-redirect-after-a-dispatcher-exception" class="question-hyperlink">how can redirect after a dispatcher exception?</a></h3> <div class="excerpt">On zend framework inside my bootstrap file i have the following code: $frontController = Zend_Controller_Front::getInstance(); try { $front->dispatch(); } catch (Exception $e) { echo "Something wrong happen"; } Instead the ugly message…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/zend-framework" class="post-tag grid--cell" title="show questions tagged 'zend-framework'" rel="tag">zend-framework</a> <a href="../../questions/tagged/dispatcher" class="post-tag grid--cell" title="show questions tagged 'dispatcher'" rel="tag">dispatcher</a> <a href="../../questions/tagged/front-controller" class="post-tag grid--cell" title="show questions tagged 'front-controller'" rel="tag">front-controller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 13 '09 at 05:36">asked Oct 13 '09 at 05:36</time> <a href="../../users/188860/joseluis" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/188860.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="joseluis" /> </a> <div class="s-user-card--info"> <a href="../../users/188860/joseluis" class="s-user-card--link">joseluis</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">13</li> <li class="s-award-bling s-award-bling__bronze" title="3 bronze badges">3</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-13594609"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/13594609/making-the-prestashop-part-of-the-url-invisible" class="question-hyperlink">Making the /prestashop/ part of the url invisible</a></h3> <div class="excerpt">I've recently built a shop using prestashop and the production install of prestashop is in a subdirectory on the server called /prestashop. What I want to do is make it so that you don't have to go to http://mydomain.com/prestashop to view the…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/.htaccess" class="post-tag grid--cell" title="show questions tagged '.htaccess'" rel="tag">.htaccess</a> <a href="../../questions/tagged/prestashop" class="post-tag grid--cell" title="show questions tagged 'prestashop'" rel="tag">prestashop</a> <a href="../../questions/tagged/front-controller" class="post-tag grid--cell" title="show questions tagged 'front-controller'" rel="tag">front-controller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Nov 27 '12 at 22:49">asked Nov 27 '12 at 22:49</time> <a href="../../users/849034/carwyn-stephen" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/849034.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Carwyn Stephen" /> </a> <div class="s-user-card--info"> <a href="../../users/849034/carwyn-stephen" class="s-user-card--link">Carwyn Stephen</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">134</li> <li class="s-award-bling s-award-bling__silver" title="4 silver badges">4</li> <li class="s-award-bling s-award-bling__bronze" title="23 bronze badges">23</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-11962437"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status "> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/11962437/multi-level-controllers-for-mvc-architecture" class="question-hyperlink">Multi-level controllers for MVC architecture</a></h3> <div class="excerpt">I just encountered one of the limitations of the MVC architecture I'm currently using for my applications. Currently, my URLs look like this: www.example.com/controller/action Each request arrives at the front controller, which loads the requested…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/model-view-controller" class="post-tag grid--cell" title="show questions tagged 'model-view-controller'" rel="tag">model-view-controller</a> <a href="../../questions/tagged/controller" class="post-tag grid--cell" title="show questions tagged 'controller'" rel="tag">controller</a> <a href="../../questions/tagged/front-controller" class="post-tag grid--cell" title="show questions tagged 'front-controller'" rel="tag">front-controller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 14 '12 at 23:45">asked Aug 14 '12 at 23:45</time> <a href="../../users/1440560/user1440560" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1440560.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user1440560" /> </a> <div class="s-user-card--info"> <a href="../../users/1440560/user1440560" class="s-user-card--link">user1440560</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">163</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="7 bronze badges">7</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-1190140"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/1190140/best-practices-of-implementation-of-front-controller-using-java-servlets" class="question-hyperlink">Best practices of implementation of front controller using java servlets</a></h3> <div class="excerpt">Suppose we have some project with next structure: web articles main.jsp sidearts.jsp central.jsp forum main.jsp css js WEB-INF web.xml Note that we don't have front controller at this point yet. After deploying with…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/design-patterns" class="post-tag grid--cell" title="show questions tagged 'design-patterns'" rel="tag">design-patterns</a> <a href="../../questions/tagged/jsp" class="post-tag grid--cell" title="show questions tagged 'jsp'" rel="tag">jsp</a> <a href="../../questions/tagged/servlets" class="post-tag grid--cell" title="show questions tagged 'servlets'" rel="tag">servlets</a> <a href="../../questions/tagged/jakarta-ee" class="post-tag grid--cell" title="show questions tagged 'jakarta-ee'" rel="tag">jakarta-ee</a> <a href="../../questions/tagged/front-controller" class="post-tag grid--cell" title="show questions tagged 'front-controller'" rel="tag">front-controller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jul 27 '09 at 19:30">asked Jul 27 '09 at 19:30</time> <a href="../../users/100516/roman" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/100516.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Roman" /> </a> <div class="s-user-card--info"> <a href="../../users/100516/roman" class="s-user-card--link">Roman</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">64,384</li> <li class="s-award-bling s-award-bling__gold" title="92 gold badges">92</li> <li class="s-award-bling s-award-bling__silver" title="238 silver badges">238</li> <li class="s-award-bling s-award-bling__bronze" title="332 bronze badges">332</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-11697545"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/11697545/php-front-controller-in-nginx" class="question-hyperlink">PHP front controller in nginx</a></h3> <div class="excerpt">I have a wiki that hosts user-generated content with URLs like /wiki/view/pagename and /wiki/modify/pagename. I'm using an nginx configuration that goes something like: location /wiki/ { try_files $uri $uri/…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/regex" class="post-tag grid--cell" title="show questions tagged 'regex'" rel="tag">regex</a> <a href="../../questions/tagged/nginx" class="post-tag grid--cell" title="show questions tagged 'nginx'" rel="tag">nginx</a> <a href="../../questions/tagged/fastcgi" class="post-tag grid--cell" title="show questions tagged 'fastcgi'" rel="tag">fastcgi</a> <a href="../../questions/tagged/front-controller" class="post-tag grid--cell" title="show questions tagged 'front-controller'" rel="tag">front-controller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jul 28 '12 at 01:40">asked Jul 28 '12 at 01:40</time> <a href="../../users/1140105/mappu" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1140105.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="mappu" /> </a> <div class="s-user-card--info"> <a href="../../users/1140105/mappu" class="s-user-card--link">mappu</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">329</li> <li class="s-award-bling s-award-bling__silver" title="2 silver badges">2</li> <li class="s-award-bling s-award-bling__bronze" title="16 bronze badges">16</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-1055197"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/1055197/friendly-code-to-transition-from-page-controller-to-front-controller" class="question-hyperlink">friendly code to transition from page controller to front controller</a></h3> <div class="excerpt">I am in the early stages of creating a small-medium sized web application by myself. I read "PHP Objects, Patterns, and Practice," and I decided to use page controllers because quick production is a high priority. Page controllers were also…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/model-view-controller" class="post-tag grid--cell" title="show questions tagged 'model-view-controller'" rel="tag">model-view-controller</a> <a href="../../questions/tagged/oop" class="post-tag grid--cell" title="show questions tagged 'oop'" rel="tag">oop</a> <a href="../../questions/tagged/front-controller" class="post-tag grid--cell" title="show questions tagged 'front-controller'" rel="tag">front-controller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 28 '09 at 16:26">asked Jun 28 '09 at 16:26</time> <a href="../../users/117300/glitz" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/117300.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Glitz" /> </a> <div class="s-user-card--info"> <a href="../../users/117300/glitz" class="s-user-card--link">Glitz</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">119</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="8 bronze badges">8</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-10275414"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/10275414/how-to-work-php-front-controller-using-htaccess" class="question-hyperlink">How to work php front controller using .htaccess?</a></h3> <div class="excerpt">I did front controller using the query string. Ex: http://host/controller.php?display=main, http://host/controller.php?display=contact_form But I need to do it without using query string. </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/.htaccess" class="post-tag grid--cell" title="show questions tagged '.htaccess'" rel="tag">.htaccess</a> <a href="../../questions/tagged/front-controller" class="post-tag grid--cell" title="show questions tagged 'front-controller'" rel="tag">front-controller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 23 '12 at 05:47">asked Apr 23 '12 at 05:47</time> <a href="../../users/1350570/mangala-edirisinghe" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1350570.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Mangala Edirisinghe" /> </a> <div class="s-user-card--info"> <a href="../../users/1350570/mangala-edirisinghe" class="s-user-card--link">Mangala Edirisinghe</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,111</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="15 silver badges">15</li> <li class="s-award-bling s-award-bling__bronze" title="32 bronze badges">32</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-9984029"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/9984029/all-applications-requests-are-dispatched-by-the-same-front-controller-in-symfo" class="question-hyperlink">All applications requests are dispatched by the same front controller in symfony 1.4</a></h3> <div class="excerpt">I'm just facing some weird situation. I have a project in symfony 1.4 which has two applications (api & admin). I use to work in two OS, on my office I have ubuntu and window 7 at home. At office (ubuntu 11.10) everything is working fine, while at…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/symfony1" class="post-tag grid--cell" title="show questions tagged 'symfony1'" rel="tag">symfony1</a> <a href="../../questions/tagged/http-status-code-404" class="post-tag grid--cell" title="show questions tagged 'http-status-code-404'" rel="tag">http-status-code-404</a> <a href="../../questions/tagged/front-controller" class="post-tag grid--cell" title="show questions tagged 'front-controller'" rel="tag">front-controller</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 02 '12 at 21:21">asked Apr 02 '12 at 21:21</time> <a href="../../users/696037/davidmpaz" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/696037.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="davidmpaz" /> </a> <div class="s-user-card--info"> <a href="../../users/696037/davidmpaz" class="s-user-card--link">davidmpaz</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,194</li> <li class="s-award-bling s-award-bling__silver" title="15 silver badges">15</li> <li class="s-award-bling s-award-bling__bronze" title="18 bronze badges">18</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/front-controller_page=4" rel="prev" title="Go to page 4">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/front-controller_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/front-controller_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/front-controller_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <a class="s-pagination--item" href="../../questions/tagged/front-controller_page=9" rel="" title="Go to page 9">9</a> <a class="s-pagination--item" href="../../questions/tagged/front-controller_page=10" rel="" title="Go to page 10">10</a> <a class="s-pagination--item" href="../../questions/tagged/front-controller_page=6" rel="next" title="Go to page 6"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>