[Mono-dev] Cannot get UrlRewriter.net to work with Mono 2.6.7

Gonzalo Paniagua Javier gonzalo.mono at gmail.com
Wed Aug 25 17:39:21 EDT 2010


On Mon, 2010-08-23 at 19:02 -0700, Matthew Urbano wrote:
> I'm trying to rewrite some URLs using Intelligencia.UrlRewriter.dll
> from UrlRewriter.net.  I have added the reference to the dll, placed
> the dll in the site's bin folder, and added the following lines to my
> web.config
[...] 
> 
> Am I missing something on my remote server?  I really don't know what
> I need to do in order to get this working.

I don't remember the details, but either you have to pass *all* the
requests to mod_mono (use SetHandler instead of AddHandler) or, worst
case, use apache's mod_rewrite and convert all your
<rewriter>...</rewriter> rules.

-Gonzalo





More information about the Mono-devel-list mailing list