标签: php html post get nginx
配置中只有“不是标准”的行才是这一行:
try_files $uri $uri/ /index.php?q=$uri;
当我做的时候
<?php print_r($_GET); ?>
http://lol.com?url=http://xdfgsdfgs.com/dfgsdfgs
变成
数组([url] =&gt; http:/xdfgsdfgs.com/dfgsdfgs)
只有1个正斜杠而不是2个。
这可能是什么,我该如何解决?