Drupal website specialists. Call us about your project on (02) 8006 3402

routing

Posted 21/July/2008 by neubreed

Ok here's a quick tutorial on how to enable application switching in Symfony with minimal fuss ... yes we love the sound of that!

Modify your .htaccess file

Edit your web/.htacces file and locate the lines that look like this:

  # no, so we redirect to our front web controller
  RewriteRule ^(.*)$ index.php [QSA,L]

Duplicate the above and modify to your linking: