Htaccess做域名重定向

我不会写这个,但有个网站可以生成这个东东,把这个放在网站根目录就能实现一些服务器功能,比如域名重定向。

http://www.wangqu.org/htaccess/

 或者在网页代码里加入下面这样的代码

<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title></title>
</head>
<body>
<SCRIPT>
window.location = "http://blog.sina.com.cn/baigezhengliu321";
</SCRIPT>
</P></form>
</body>
</html>

posted on 2013-03-26 17:07  百舸争流info  阅读(147)  评论(0编辑  收藏  举报

导航