RewriteEngine On

RewriteRule ^160/t(\w+)/(.*)$ http://$1.taobaocdn.com/bao/$2_160x160.jpg [R=302,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule .* index.php

