使用htaccess或php自定义重定向

时间:2014-04-10 06:46:33

标签: php .htaccess

如何创建像http://noref.li/#uhttp://yoururl.com

这样的重定向器

http://www.identi.li/u#http://google.com

抱歉我的英语很差

3 个答案:

答案 0 :(得分:1)

这里的问题是如何将url作为哈希而不是param传递?

<script>
document.location = document.location.hash;
</script>

如果您的目标是获取重定向到的url的哈希值,则需要在客户端执行此操作,哈希内容永远不会发送到服务器。

答案 1 :(得分:0)

这个问题是在PHP下标记的吗?尝试

header('Location: http://www.identi.li/u#http://google.com/');

答案 2 :(得分:0)

在html文件标题中尝试此标记。

<meta http-equiv="refresh" content="20;url=http:www.redirected.com"> 

这将在20秒后重定向