|
As do I! I know that PHP on
Apache works fine without using any kind of rewriting as long as you
have an explicit filename in the URL. For example, the following is a
perfectly legitimate URL that can be parsed from within PHP without
anything done on Apache: http://www.example.com/index.php/some/additional/parameters If you know the location of your index.php inside the URL, then you can split off the additional parameters. Of course, you have to have a filename inside there, but it works! Some examples of sites running the MediaWiki software (the software that runs Wikipedia) use this as opposed to rewriting all URLs to use the wiki file, which doesn't work without a rewrite rule (because it is not recognized solely as a file). I imagine that the implementation will be something along these lines. Whether or not this is true for IIS, I don't know. I suppose you could always try! P.S. (to the list manager) The default setting of this list is getting troublesome! I find myself replying directly to the sender and not to the list. Is this setting intentional? Manu Goel wrote: I hope it happens soon :) |
- [fw-general] Configuring Zend Framework with IIS Manu Goel
- Re: [fw-general] Configuring Zend Framework with IIS Johannes Schill
- Re: [fw-general] Configuring Zend Framework with IIS Abu Hurayrah
- RE: [fw-general] Configuring Zend Framework with ... Simon R Jones
- Re: [fw-general] Configuring Zend Framework with IIS Duane Day
- Re: [fw-general] Configuring Zend Framework with IIS Abu Hurayrah
- RE: [fw-general] Configuring Zend Framework with ... Simon R Jones
- Re: [fw-general] Configuring Zend Framework with IIS Abu Hurayrah
