<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^assets/pages/detail=([0-9]{1,}).html$ assets/pages/details.php?id=$1
</IfModule>
.htaccess
原文地址:http://chenxiaolong.blog.51cto.com/8786841/1755280