0

I'm moving some ASP.NET projects from IIS to Cherokee/nginx and I need a solution for url rewriting. I'm using IIRF (great project) but this works only on IIS.

Rui Marques
  • 3,429
  • 1
  • 22
  • 26

2 Answers2

0

Url rewriting is a built-in handler in Cherokee:

http://www.cherokee-project.com/doc/modules_handlers_redir.html

You should be able to take care of url rewriting with it.

marapet
  • 54,856
  • 12
  • 170
  • 184
0

I've found that nginx also have similar module. Thanks marapet for pointing the right direction.

Rui Marques
  • 3,429
  • 1
  • 22
  • 26