.htaccess to nginx rewite
- by Deepak
please help me with changing this .htaccess to rginx rewite
RewriteRule ^show.php/(.*)$ show2.php?img=$1 [L]
RewriteRule ^out.php/([a-z]{1})(.*)$ out2.php?$1=$2&%{QUERY_STRING} [L]
RewriteRule ^view.php/(.)$ view2.php?img=$1 [L]
RewriteRule ^images.php/([a-z]{1})(.)$ images2.php?$1=$2&%{QUERY_STRING} [L]
RewriteRule …