Rubymine(Jetbrains) local server. Can I get it to run from localhost root?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Currently when I open the html file I'm working on it takes me to http://localhost:63342/project-folder/index.html Is there a way to set Rubymine to run my project from the root, eg. http://localhost:63342/index.html 回答1: http://localhost:63342/index.html -- you cannot have this kind of URL with built-in web server .. as IDE does not know what project to serve (as it works for ALL your projects a not only currently opened). When built-in web server is in use, the URL has to have some hint ( PROJECT_NAME ) that would tell what project to