LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1680|回复: 1

apache重定向问题如何将首页index.php重定向到另外一个域名的index.php?

[复制链接]
发表于 2009-7-6 19:29:56 | 显示全部楼层 |阅读模式
比如我有一个
http://domain1/index.php,要求访问它的时候重定向到 http://domain2/index.php,

但是访问 http://domain1/index.php?somthing 时,不重定向,要求只能通过配置.htaccess方式
发表于 2009-7-16 15:19:57 | 显示全部楼层
RewriteRule  ^/index.php$  http://domain2/index.php [L]
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表