I have a very simple question,I created my site unsing symfony 1.4,I also created three applications :
apps/frontend ==> exampel.com
apps/backend ==> example.com/backend.php
apps/mobile ==> mobile.example.com
for frontend and backend works fine on line server but for mobile version I created a subdomain(mobile.example.com) correctly but here is my problem.
How I configure symfony or server on line to access directly to mobile application when I browse the link mobile.exemple.com?
I mean I have all project in example.com folder not in subdomain(mobile.exemple.com) folder.
Any Idea?
Edit :
I hope subdomain for different applications not for different modules in one applicatoion!