找回密码
 注册账户
查看: 1832|回复: 0

301转向代码 永久定向 域名代Pagerank

[复制链接]
admin 发表于 2008-8-18 01:58:35 | 显示全部楼层 |阅读模式
301转向代码 永久定向 域名代Pagerank
  1. <?php
  2. header('HTTP/1.1 301 Moved Permanently');
  3. header('Location: '.$url);

  4. // perform calculations here,
  5. // i.e.
  6. //   open database connection
  7. //   lookup of $url entry
  8. //   if it exists add 1 to its count
  9. //   if it does NOT exist create entry and add 1 to it's count
  10. //   close database

  11. exit;
  12. ?>
复制代码
您需要登录后才可以回帖 登录 | 注册账户

本版积分规则

存档|黑屋|手机|网络实验室 本站服务器由美国合租以及IDCLayer国际数据提供!!!

GMT+8, 2026-6-4 20:26 , Processed in 0.009670 second(s), 8 queries , Gzip On, Redis On.

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

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