|
0
|
| John Giotta iaforek · 技术社区 · 16 年前 |
|
|
1
0
您的http_referer将返回链接到您的页面的确切URL,无论是否改写模式,它都将返回文本URL。因此,如果它是something.com/foo/index.php或somthing.com/foo/action,则HTTP引用程序将对这些URL进行分类,如所示。 |
|
|
2
0
我想出来了
通过rewritesecond中的返回引用,我可以将查询字符串附加到新的路径/url。 |