local web server has wrong path
I noticed live edit stop working when the PhpStorm web server uses the wrong path. The path should be
localhost:63342/myProject/index.html
but instead it renders as
localhost:63342/myProject/myProject/index.html
which causes the page not to load. Can anyone suggest what I might be doing wrong?
Thanks
请先登录再写评论。