Tag Archives: Nginx

Automatically convert apache .htaccess rewrite to Nginx

Posted on 04. Dec, 2009 by Yao Yuan.

0

Try this link http://www.anilcetin.com/convert-apache-htaccess-to-nginx/

add it to nginx.conf and then

kill -HUP `cat /usr/local/nginx/logs/nginx.pid`

make it affect

Continue Reading