Reputation:
How do I setup Zend framework on sub domain manually?
What setting do I have to change in the bootstrap file?
Upvotes: 1
Views: 1075
Reputation: 4705
what exactly do you need? if you need to recognize subdomain use router settings
http://framework.zend.com/manual/en/zend.controller.router.html
Adding sub domain based routes in Zend framework
https://stackoverflow.com/questions/2837983/zend-framework-subdomainsubfolder-router-rewrite-problem
Upvotes: 1