Hi we are using php with iis settings and there is a problem in allowing slash argument in IIS in (for PHP Apache is allowingslash argument) i studied about isapi rewrite.dll and httpd.ini but it didnt worked. we are using IIS 5.1 in windows XP and also we enabled a directory browsing for the virtual directory. Please could u help me anybody? Thanks, Sankar R
On Apr 11, 10:24 am, sankar r wrote: > Hi > > we are using php with iis settings and there is a problem in allowing slash > argument in IIS in (for PHP Apache is allowingslash argument) i studied about > isapi rewrite.dll and httpd.ini but it didnt worked. we are using IIS 5.1 in > windows XP and also we enabled a directory browsing for the virtual > directory. Please could u help me anybody? > > Thanks, > Sankar R In general It is a bad idea to use slash arguments. People tend to use it to bypass Search Engines that do not preserve state stored as ? QueryString by using slash arguments, which Search Engines cannot discriminate and thus [inadvertently] store state. On IIS, you need to set AllowPathinfoForScriptMapping=1 by directly tweaking the metabase (there is no UI for this corner case). //David http://w3-4u.blogspot.com http://blogs.msdn.com/David.Wang //