https://bugzilla.novell.com/show_bug.cgi?id=319591
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=319591#c1 Marek Habersack <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Marek Habersack <[EMAIL PROTECTED]> 2008-07-29 03:41:32 MDT --- The thing to do here (and it is required for all the SetHandler applications) is to modify the rewrite rule by appending the PT flag (you can also add the L flag): RewriteRule ^/([0-9]+)/$ /test.php?sid=$1 [PT,L] With this line everything works as expected. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
