Tagged Questions

4
votes
1answer
3k views

How do I write Routing Chains for a Subdomain in Zend Framework in a routing INI file?

I am trying to create a subdomain using the Zend Router, and then for each section under a subdomain, such as subdomain.site.com/section/ I am creating another route and then trying to chain it to the ...