<IfModule mod_rewrite.c>
RewriteEngine On

 
RewriteRule ^(.*)list/(.+)/(.+)/$ $1/list.php\?t=$2&m=$3 [L]
RewriteRule ^(.*)list/(.+)/(.+)/index-([0-9]+).html$ $1/list.php\?t=$2&m=$3&page=$4 [L]
RewriteRule ^(.*)movie/([0-9]+).html$ $1/movie.php\?id=$2 [L]
RewriteRule ^(.*)zy/([0-9]+).html$ $1/zy.php\?id=$2 [L]
RewriteRule ^(.*)anime/([0-9]+).html$ $1/anime.php\?id=$2 [L]
RewriteRule ^(.*)teleplay/([0-9]+).html$ $1/teleplay.php\?id=$2 [L]
RewriteRule ^(.*)images/(.*).jpg$ $1/img.php\?p=http://img.ffdy.cc/$2.jpg [L]


