According to =?iso-8859-1?Q?J=F6rgen_Schmitz?=: > We�re a bit confused about how to use url_rewrite_rules. > We�re using 3.1.6, we�ve also tried it with 3.2.0b3. > We�ve got the following url and want to delete the sessid out of the > url. > > http://www.test.com/index.php?SESSID=afaf00fb3b4ea61023204486d647530d > > We�ve tried the following rules: > (.*)\\?SESSID=.* \\1 > > or > > (.*)?SESSID=.* \\1 > > and so on. > > How do we get it to work ?
The first rewrite rule above looks right to me. What platform (OS, version, distribution if applicable) are you running htdig 3.1.6 on, and what is the setting of HAVE_BROKEN_REGEX in include/htconfig.h in the 3.1.6 source directory? If you manually change the setting of HAVE_BROKEN_REGEX and recompile, does that make a difference? -- Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/ Dept. Physiology, U. of Manitoba Winnipeg, MB R3E 3J7 (Canada) _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

