I have been working on getting blogengine.net working with mod_mono.   The
application compiles and runs fine but if a physical page does not exist the
request is never sent to mod_mono rather a 404 error is given.

Example request: http://blog.runxc.com/2009/02/ generates a 404 error as
blogengine.net uses url rewriting and no physical page of
http://blog.runxc.com/2009/02/Default.aspx actually exists.

If I however create a physical page named ~/2009/02/Default.aspx then the
request is passed off to mod_mono and the correct output is rendered and not
the dummy page that I added.

So my question is how do I get apache2 to send all requests to mod_mono and
not requests for pages that actually exist so that I do not need to add a
physical page for every url re-writing scenario in the application?
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to