Where is the web server root directory in WAMP?

后端 未结 7 1966
萌比男神i
萌比男神i 2020-12-05 07:39

Also is the web server root directory the place where you put your site files and later acces them with localhost/file_name in the browser?

7条回答
  •  眼角桃花
    2020-12-05 08:22

    this is the path to the web root directory c:\wamp\www

    you can create different projects by adding different folders to this directory and call them like:

    localhost/project1 from browser

    this will run the index.html or index.php, lying inside project1

提交回复
热议问题