I do have two application, e.g. "frontend" and "b2b". Frontend is my main application for users. b2b is then of course for business-customers. When I am going to type
www.myhomepage.com -> My routing goes to something like frontend/module/start/index.php
When I am going to type:
www.myhomepage.com/b2b.php/ -> My routing goes to something like b2b/module/b2bstart/index.php
How can I set the routing that when I type
www.myhomepage.com/b2b that I got to b2b/module/b2bstart/index.php???
TIA!
Craphunter
PS: Using symofony 1.4