首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

请教这段rewrite如何写

2013-10-22 
请问这段rewrite怎么写我想在.htaccess文件中让请求为http://www.***.com/wxchat/index.php/api/index.php

请问这段rewrite怎么写
我想在.htaccess文件中让请求为http://www.***.com/wxchat/index.php/api/index.php的重定向到http://www.***.com/wxchat/index.php/api 呢?rewrite 规则不熟,请大侠们帮忙 谢谢了请教这段rewrite如何写
[解决办法]
Redirect 301 /wxchat/index.php/api/index.php http://www.***.com/wxchat/index.php/api

热点排行