如何修复未定义索引:ORIG_PATH_INFO和未定义索引:localhost

时间:2017-06-03 02:53:12

标签: php xampp localhost

当我尝试在localhost上运行我的网站时,我遇到了一些问题。配置完所有配置后,我运行该站点,我收到了这个错误。

Notice: Undefined index: ORIG_PATH_INFO 
Notice: Undefined index: PATH_INFO

我在我的函数中使用了这段代码:

$path = str_replace(".php","",$_SERVER['ORIG_PATH_INFO']); 
if($path == ""){$path = str_replace(".php","",$_SERVER['PATH_INFO']); }

我的问题是我收到错误以及如何解决此错误的原因?提前谢谢。

0 个答案:

没有答案