APACHE 重写URL,下面的那里不对呢?规则是写在.htaccess的
想要将http://www.example.com/index.php/Index/abc/def/5重写成http://www.example.com/Index/ab...
想要将http://www.example.com/index.php/Index/abc/def/5
重写成 http://www.example.com/Index/abc/def/5
下面这么写有什么不对吗
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^/Index/(.*) index.php/$1 [QSA,PT,L]
</IfModule> 展开
重写成 http://www.example.com/Index/abc/def/5
下面这么写有什么不对吗
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^/Index/(.*) index.php/$1 [QSA,PT,L]
</IfModule> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询