

location / {
rewrite ^/(.*)content-([0-9] )-([0-9] )-([0-9] )\\.html /index.php?m=content&c=index&a=show&catid=$2&id=$3&page=$4;
rewrite ^/(.*)show-([0-9] )-([0-9] )-([0-9] ).html /index.php?m=content&c=index&a=show&catid=$2&id=$3&page=$4;
rewrite ^/(.*)news-([0-9] )-([0-9] )-([0-9] ).html /index.php?m=content&c=index&a=show&catid=$2&id=$3&page=$4;
rewrite ^/(.*)pinpai-([0-9] )-([0-9] )-([0-9] ).html /index.php?m=content&c=index&a=show&catid=$2&id=$3&page=$4;
rewrite ^/(.*)list-([0-9] )-([0-9] ).html /index.php?m=content&c=index&a=lists&catid=$2&page=$3;
rewrite ^/(.*)top-([0-9] )-([0-9] ).html /index.php?m=content&c=index&a=lists&catid=$2&page=$3;
rewrite ^/([0-9A-Za-z_-]*)/$ /index.php?m=content&c=index&a=lists&catdir=$1;
rewrite ^/([0-9A-Za-z_-]*)/page_([0-9] ).html$ /index.php?m=content&c=index&a=lists&catdir=$1&page=$2;
rewrite ^/([0-9A-Za-z_-]*)/([0-9] ).html$ /index.php?m=content&c=index&a=show&catdir=$1&id=$2;
}