Home > Article > Backend Development > How to change the default path in wamp3?
The problem is as shown in the picture. I also changed the settings in httpd.conf but still can’t change the path. Please solve it. . . , mine is a 64-bit system, I just learned PHP, please solve it
The problem is as shown in the picture. I also changed the settings in httpd.conf but still can’t change the path. Please solve it. . . , mine is a 64-bit system, I just learned PHP, please solve it
wamp > bin >apache >apachex.x.x>conf>extra>httpd-vhosts.conf Change it yourself.
Where is the picture?
Have you restarted after changing the configuration?
Open httpd.conf with an editor, find the following two lines, and modify them to the path you want
DocumentRoot "/Users/xxx/WWW"
Remember to restart Apache after modification