关于thinkphp重定向的问题

浏览:436 发布日期:2018/04/03 分类:求助交流
<IfModule mod_rewrite.c>
Options +FollowSymlinks
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文件 然后就一直提示找不到模块
有谁帮我看看
最佳答案
评论( 相关
后面还有条评论,点击查看>>