1

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

http://mydomain.com/default/controller/index.

Is there any way that i can make the above URL working?

Starx
  • 77,474
  • 47
  • 185
  • 261
  • Possible duplicate: http://stackoverflow.com/questions/2390096/routing-based-on-standard-php-query-string – Yes Barry Nov 07 '12 at 03:37

1 Answers1

1

Yes, in fact Rob Allen (Author of Zend Framework in Action) has written an excellent article explain just how to do this.

Zend Framework URLs without mod_rewrite

Starx
  • 77,474
  • 47
  • 185
  • 261