asp.net - Is there a mono alternative for IIRF isapi rewrite filter? -


I am transferring some ASP.NET projects from Cherokee / NGNX to IIS and I need a solution for url rewriting is. I'm using (great project), but it only works on IIS

Rewrite a URL - In a handler in Cherokee:

You should be able to rewrite the URL with it.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -