Where is the web server root directory in WAMP?

后端 未结 7 1963
萌比男神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

    0 讨论(0)
提交回复
热议问题