首頁 >後端開發 >php教程 >nginx conf的$request_filename变量到底指的是什么?

nginx conf的$request_filename变量到底指的是什么?

WBOY
WBOY原創
2016-06-06 20:25:324944瀏覽

比如说
example.com/index.php
example.com/index.php?a=3
example.com/index.php/a/b/c

example.com/test.php
example.com/test.php?a=3
example.com/test.php/a/b/c

这些url的request_filename到底是多少?

回复内容:

比如说
example.com/index.php
example.com/index.php?a=3
example.com/index.php/a/b/c

example.com/test.php
example.com/test.php?a=3
example.com/test.php/a/b/c

这些url的request_filename到底是多少?

<code>$request_filename 就是请求资源的路径啦~~
例如你这里,应该对应的是 root下的 index.php 和 test.php
当然还有看前面有没有伪静态规则什么的。。。</code>
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn