[Mono-bugs] [Bug 319591] mod_mono doesn't work with apaches mod_rewrite
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Jul 29 05:41:32 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=319591
User mhabersack at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=319591#c1
Marek Habersack <mhabersack at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Marek Habersack <mhabersack at novell.com> 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.
More information about the mono-bugs
mailing list