日期:2014-05-17 浏览次数:20518 次
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^article/(\d+)?$ http://www.ituring.com.cn/article.php?ID=$1
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>