I want to pass parameters as paths but I do not want to use mod_rewrite.
It works for php or Spyce where instead of http://localhost/index.php?param1¶m2 I can use http://localhost/index.php/param1/param
I would like to do the same with WebKit but http://localhost/WK/MyContex/index.py/param1/param2 does not work as I expected (index.py is not recognized as file to be parsed). Is there any way to fix it?
Set ExtraPathInfo to 1 in Application.config.
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
