Hi Richard. Thank you for the reply. I was dragged to IIS kicking and screaming! I have been doing php development for almost 6 years, and this will be my first production-level experience with php through IIS... Unfortunately it is a hosted environment and there is a legacy coldfusion application that needs to be maintained. We could not find a hosting company that offers php & coldfusion via apache, as well as meeting some other email-related and SLA requirements. I changed my Link class to use the ?normal=style vars rather than /path/style, and thereby am circumventing the issue for the time-being. Thank you, Chris --- Richard Lynch <ceo@xxxxxxxxx> wrote: > Ck wrote: > > Hello. > > > > I am trying to get path/style variables working in windows with IIS > on > > a hosted environment. What I mean by path/style variables is the > > following: Say I have a script "test.php" that can be accessed > via: > > > > http://mydomain/controller.php > > > > ...I want to pass variables to it like: > > > > http://mydomain/controller.php/article/10 > > > > ...With IIS, I get a "404 Object Not Found" error when I append > > anything after "controller.php". In the past with Apache this has > > always just simply worked, even as a cgi module. What do I do to > get > > this working with IIS? > > Switch to Apache :-) > http://apache.org > > Actually, semi-seriously -- If you *can* switch, you'll be able to > install, configure, and fix this issue in Apache faster than you can > figure out how to fix this one issue in IIS. Much less fix all the > other > issues you're going to run into in IIS. > > YMMV. > > -- > Like Music? > http://l-i-e.com/artists.htm > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php