如何在没有#hash的情况下重写url

时间:2015-07-23 09:40:34

标签: jquery apache .htaccess rewrite

我有这样一个锚链接:

<a href="test.php#someElement">Go to element</a>

我想重写最后的网址:如果我点击外部域名中的链接(例如来自谷歌搜索结果)我想将重定向到

  

example.com/test.php#someElement

但要

  

example.com/someElement.html(如新页面)

可以使用htacces或jquery吗?

1 个答案:

答案 0 :(得分:1)

首先为您希望这些行为的每个链接添加一个class =“hashLink”。

  $time = strtotime($day.'-'.$month.'-'.$year.' '.$hour.':'.$minute.' '.$format);

并添加了此脚本

<a href="test.php#someElement" class="hashLink">Go to element</a>