这种方法只能实现index.php转成index.html。如果一个网站有about.php.prodyct.php,要怎么写下面的规则 20
<IfModulerewrite_module>RewriteEngineonRewriteCond%{REQUEST_FILENAME}!-dRewriteCond%{...
<IfModule rewrite_module>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule> 展开
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule> 展开
展开全部
什么意思?about.php转成about.html;prodyct.php转成prodyct.html?
如果是的话:
RewriteRule ^(.*).html$ $1.php
如果是的话:
RewriteRule ^(.*).html$ $1.php
更多追问追答
追问
newslist.php?act=news&nid=1 -> list-1.html这种呢?
追答
RewriteRule ^list-(.*).html$ newslist.php?news&nid=$i
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询