Hello,<br><br>I tried to change the following apache rewrite to work under nginx. But it&#39;s still not working.<br><br>RewriteEngine On<br>RewriteBase /<br>RewriteRule ^item-(.*)_(.*)_(.*)_(.*).html$ auction.php?title=$1&amp;item=$2&amp;country=$3&amp;ccid=$4<br>
RewriteRule ^item-(.*)_(.*)_(.*).html$ auction.php?title=$1&amp;item=$2&amp;country=$3<br>RewriteRule ^item-(.*)_(.*).html$ auction.php?title=$1&amp;item=$2<br><br>Could anyone teach me how can I do it correctly? Thanks a lot.<br>
<br>Max<br>