|
Posted by Leif Gregory on 03/19/05 18:15
Hello Rob,
Saturday, March 19, 2005, 2:39:08 AM, you wrote:
R> could someone possibly point me in the right direction for allow
R> PHP on IIS 6 to accept urls with the query string seperated by
R> slashes..
This is called "slash arguments" and IIS can not natively handle it. I
ran into this issue setting up a Moodle <http://www.moodle.org>
installation for a client. There is a 3rd party app you can install on
an IIS server which will allow you to do this. It is free for a single
website, but if you are virtual hosting, it costs money.
It's called ISAPI Rewrite <http://www.isapirewrite.com/>
I finally ended up building them an Win2K, Apache2, MySQL, PHP5 box so
they could use Moodle to the fullest with slash arguments.
Cheers,
Leif Gregory
--
TB Lists Moderator (and fellow registered end-user)
PCWize Editor / ICQ 216395 / PGP Key ID 0x7CD4926F
Web Site <http://www.PCWize.com>
[Back to original message]
|