Dear All I have RewriteRule in Apache : RewriteEngine on Options +FollowSymLinks RewriteRule ^cuulong$ /cuulong/ RewriteRule ^cuulong(.*)$ $1 RewriteCond %{SERVER_PORT} ^443$ RewriteCond %{REQUEST_URI} !^/(*)/(login\.php*|profile\.php*|checking*|admincp\/*|modcp\/*) RewriteRule /(.*) https://diendan.zing.vn/$1/$2 Please help me to change rewrite to nginx. Thank you.by scottzu - How to...