本文共 313 字,大约阅读时间需要 1 分钟。
开通头条号
<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
本文转自 陈小龙哈 51CTO博客,原文链接:http://blog.51cto.com/chenxiaolong/1755280
转载地址:http://fxttx.baihongyu.com/