emlog伪静态.htaccess单独为一个目录设置规则,其他目录另一套规则
浏览量:742
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteBase /
RewriteCond %{REQUEST_URI} !^/book/
RewriteRule . /index.php
RewriteCond %{REQUEST_URI} ^/book/
RewriteRule ^(.*)/t\_yulu([0-9]+)\.html$ $1/index\.php\?c=form&a=post&modelid=15&cid=$2

感谢支持与鼓励~