http://pt.com/admin/Index/current_pos?tag=29
这个有 $_SERVER['PATH_INFO']
http://pt.com/admin/Public/main
这个没有 $_SERVER['PATH_INFO']
为什么这两个pathinfo不一样啊
而且PHP_SELF也不一样
pt.com指向/pt
/pt/admin下面有rewrite,是不是这个问题
RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]