浏览器网址变更后显示实际的网址位置

时间:2014-03-26 11:26:56

标签: php .htaccess

嗨贝娄是我的重写规则,它运作得很好,

  RewriteRule ^forms/result/([A-Za-z0-9-\s]+)/([0-9]+)/?$    http://www.xyz.com/forms/search_box.php?query=$1&page=$2 [R=301,NC,L]

在brouser URL中请求bellow链接时

 http://www.xyz.com/forms/result/700011/1

其开放的特定search_box.php文件包含正确的数据,但是brouser网址已更改为实际网址,就像bellow一样。我不想在浏览器上更改请求网址(http://www.xyz.com/forms/result/700011/1)。

http://www.xyz.com/forms/search_box.php?query=700019&page=3

0 个答案:

没有答案