Where is the web server root directory in WAMP?

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

    To check what is your root directory go to httpd.conf file of apache and search for "DocumentRoot".The location following it is your root directory

提交回复
热议问题