XAMPP localhost redirects to localhost/dashboard

后端 未结 8 693
梦毁少年i
梦毁少年i 2021-01-12 01:50

I\'ve just installed xampp-win32-5.5.30 and in xampp control panel both Apache and mysql started without any error but I found:

1)localhost

8条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-12 02:43

    This:

    header('Location: '.$uri.'/dashboard/');
    

    Performs redirect to localhost/dashboard/

    Everything works as expected, if you clear this file and put some text, like "Hello world", you should see it on http://localhost/

提交回复
热议问题