<IfModule mod_rewrite.c>
Options +FollowSymli
nks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT]
RewriteRule ^article-(\d+)-1.html$ articles\/$1.html [NC]
</IfModule>
这是我的htaccess文件 然后就一直提示找不到模块
有谁帮我看看