how to configuring a xampp web server for different root directory

后端 未结 10 1932
予麋鹿
予麋鹿 2020-12-02 07:17

The web directory is the home of all of your application\'s public and static files. Including images, stylesheets and JavaScript files. It is also where the front controlle

10条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-02 07:38

    You can change the port while you open your XAMP control panel, follow the steps:

    1. click on config net to the start button, and
    2. select httpd.conf, a text file will open
    3. check the file and file listen:80,
    4. once got listen:80 replace with listen:8080 and
    5. save in the same folder.

    Once done that, you will be able to start your local server.

提交回复
热议问题