November 7, 2012
How to get original URL from a specific Controller + Action
Question by Le Trung Hieu
I’ve been working on a project and everything’s fine until my partner wants to request to an original URL without rewriting.
For example:
He wants to call to
http://mydomain.com/index.php?module=default&controller=check&action=index
instead of
Is there any way that i can make the above URL working?
Answer by Starx
Yes, in fact Rob Allen (Author of Zend Framework in Action) has written an excellent article explain just how to do this.