Dear All I have RewriteRule in Apache : RewriteEngine on Options +FollowSymLinks RewriteRule ^cuulong$ /cuulong/ [R] RewriteRule ^cuulong(.*)$ $1 RewriteCond %{SERVER_PORT} ^443$ RewriteCond %{REQUEST_URI} !^/([a-zA-Z]*)/(login\.php*|profile\.php*|checking*|admincp\/*|modcp\/*) RewriteRule /(.*) https://diendan.zing.vn/$1/$2 [R=301,L] Please help me to change rewrite to nginx. Thank you. Reply With Quote