|
|
Re: Zend::Controller route: msg#00047
|
Subject: |
Re: Zend::Controller route |
There are some third-party plug-ins for url-rewriting. But there is no
way to do it with out-of-the-box IIS 6.
Andi Gutmans yazmış:
Any reason why you say IIS requires that? Isn't there a way to also
have a generic rule in IIS to redirect to an index.php file (with
default IIS of course and no mod_rewrite clone plug-ins)?
Andi
At 11:38 AM 4/17/2006, Rob Allen wrote:
Ufuk Kocolu wrote:
>
>
> What do you think about a drupal-like solution to the routing URL
> rewrite module.
>
> controller.php?path=controller/method
>
> is same as
>
> controller/method
>
The router I've used in
http://www.akrabat.com/2006/03/15/zend-framework-router-again/ supports
urls like http://localhost/zf_test/index.php?command=user&action=login
mainly for IIS :)
It wouldn't be hard to change to support path={controller}/{method}, so
might act as a starting point.
Personally, if I'm using "?x=y" urls, then I like each part to be
separate.
Regards,
Rob...
|
| |