VisBits
VisBits

Reputation: 53

Mod Rewrite for NGINX

I'm currently using nginx as a transparent proxy for apache. I would like to use nginx + fcgi(php) but need mod-rewrite support.

Is this possible or is there an alternative solution to my woes?

This is for only 1 site, would litespeed be an effective solution?

Upvotes: 3

Views: 14787

Answers (1)

Ian Gregory
Ian Gregory

Reputation: 5820

nginx has a rewrite module: http://wiki.nginx.org/NginxHttpRewriteModule

It doesn't support the same syntax as mod_rewrite, but has similar features.

Upvotes: 4

Related Questions