cleey
望着那一丝海线,若隐若现。落日下的海霞,数不尽的美,看不完的醉
apache域名重定向
最近遇到域名重定向问题:
为了将www.test.com重定向为http://www.new.com/hehe.php
这是我的重定向代码:
<VirtualHost *:80> 
ServerName www.test.com
ServerAlias www.test.com
RedirectMatch ^/$ http://www.new.com/hehe.php
</VirtualHost>


以上代码表示,
所有输入:www.test.com
重定向为:http://www.new.com/hehe.php
你成功了么;
<< 上一篇 undefined function imagecreatetruecolor() apache配置二级域名 下一篇 >>
文章标签
随意 | Created At 2014 By William Clinton | 蜀ICP备14002619号-4 |