Can anyone tell me how to rewrite this rules from apache: RewriteEngine On RewriteRule ^shorten/(.*)$ shorten.php?longurl=$1 [L] RewriteRule ^([0-9a-zA-Z]{1,6})$ redirect.php?url=$1 [L] to nginx? Thanks! -- Posted via http://www.ruby-forum.com/.