I need this urgent, so paying anyone 10$ for converting the below mod_rewrite to the nginx rewrite version! This is what is in my .htaccess right now: # BEGIN Url Rewrite section # (Automatically generated. Do not edit this section) <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^playlist.html playlist.php?type=mp3 RewriteRule ^lyrics/(.*)/(.*).html?$ lyrics.php?id=$1&name=$2 RewriteRule ^video/(.*)/(.*).html?$ video.php?id=$1&name=$2 RewriteRule ^artist/(.*).html?$ artist.php?letter=$1 RewriteRule ^download/(.*)/(.*).html?$ info.php?name=$2&url=$1 RewriteRule ^source/(.*)/(.*)/(.*)/(.*).html?$ info.php?source=$1&id1=$2&id2=$3&name=$4 RewriteRule ^search/(.*)/(.*)/(.*).html?$ index.php?search=$3&page=$2&type=$1 [L] # Use old link structure with new RewriteRule ^search/(.*)/(.*)/(.*)?$ index.php?search=$1&page=$2&type=$3 [L] </IfModule> # END Url Rewrite section Code (markup): I'll need to know where I would have to put the changed stuff too. Quick please!