+ -
当前位置:首页 → 问答吧 → htaccess重定向一条网址

htaccess重定向一条网址

时间:2011-11-30

来源:互联网

redirect 301 /index\.php\?act=listgroup http://www.tk0752.com

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

但是没成功。

请问该怎么写

作者: btut2004   发布时间: 2011-11-30

RewriteEngine on

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

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

作者: sibang   发布时间: 2011-12-09

热门下载

更多