RewriteRule ^fun-face/(.*)$ /fun-face/editor.php?tpid=$1 [NC]errorDocument 404 /404.html另外在editor.php里做一下判斷
if(!isset($_GET['tpid']) or trim($_GET['tpid'])==''){
404跳轉
}