Questions tagged [zend-route]

Routing in Zend Framework's MVC implementation. Zend Framework is an open source, object-oriented web application framework implemented in PHP 5 and licensed under the New BSD License.

zend-route is a tag suitable for any questions regarding routing in Zend Framework's MVC implementation, url handling, or any other matter affecting or affected by routing in Zend Framework.

319 questions
1
vote
2 answers

How to get Zend Route to use a different module depending on the domain name

I'd like to set up multiple domain names to use the same framework, but I can't seem to get zend's router to bend to my will. There are plenty of examples using subdomains, but trying to make them work for an entire domain doesn't seem to work as I…
Stephen Fuhry
  • 12,624
  • 6
  • 56
  • 55
1
vote
1 answer

ZF3 redirect()->toUrl() not redirecting

I'm having a weird issue with ZF3. I have a vanilla form in the view and a jquery ajax to send it to the controller, something like this:
some form