php 301跳转

<?php
Header( "HTTP/1.1 301 Moved Permanently" ); 
Header( "Location: http://www.new-url.com" ); 

上一篇: 解决no server suitable for synchronization found   下一篇: JS实现input、texarea 的maxlength控制

提交疑问

请先登录 QQ微博登录

回顶部