XAMPP keeps showing Dashboard/Welcome Page instead of the Configuration Page

后端 未结 14 1614
深忆病人
深忆病人 2020-12-28 17:13

I\'ve just downloaded and installed XAMPP 5.6.11 and started all the tools from the control panel. I\'ve seen that one of it\'s new features is that it has a Welcome/Dashboa

14条回答
  •  梦毁少年i
    2020-12-28 17:54

    Open the htdocs folder there will be index.php file. In that file script is written to go in dashboard folder and show dashboard. So you just have to comment it or delete that script and write any code save it and run http://localhost now dashboard screen will not open and you will see what you have written in that file.

提交回复
热议问题