叮叮 发表于 2014-5-26 08:08:38

Dz转换到pw帖子跳转redirect的代码

redirect.php<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://{$_SERVER}/read.php?tid=".$_GET['ptid']."&pid=".$_GET['pid']);
?>
页: [1]
查看完整版本: Dz转换到pw帖子跳转redirect的代码