Maison  >  Article  >  développement back-end  >  请问这段rewrite怎么写

请问这段rewrite怎么写

WBOY
WBOYoriginal
2016-06-23 14:24:41962parcourir

我想在.htaccess文件中让请求为http://www.***.com/wxchat/index.php/api/index.php的重定向到http://www.***.com/wxchat/index.php/api 呢?rewrite 规则不熟,请大侠们帮忙 谢谢了


回复讨论(解决方案)

Redirect 301 /wxchat/index.php/api/index.php http://www.***.com/wxchat/index.php/api

Redirect 301 /wxchat/index.php/api/index.php http://www.***.com/wxchat/index.php/api
赞啊,非常感谢,在追问下,为什么后面要写http地址,而不能写相对地址呢

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn