Maison  >  Article  >  développement back-end  >  htaccess重定向一条网址解决方法

htaccess重定向一条网址解决方法

WBOY
WBOYoriginal
2016-06-13 10:01:131028parcourir

htaccess重定向一条网址
redirect 301 /index\.php\?act=listgroup http://www.tk0752.com

我打算把www.tk0752.com/index.php?act=listgroup
重定向到
www.tk0752.com

但是没成功。

请问该怎么写

------解决方案--------------------
RewriteEngine on

# 修改以下语句中的 / 为网站目录地址,如果程序放在根目录則修改为 /
RewriteBase /

# hotel
RewriteRule ^index\.php\?act\=listgroup$ [NC]

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