[noob] Preview PHP files Permanently deleted user 创建于 2015年07月24日 21:46 If I attempt to view a PHP file in a browser, nothing happens, no matter which browser I select. I have an appache server running. Is there a place to hook up IntelliJ IDEA to that server to preview PHP files?
You need to configure a web server with synchronization, see https://www.jetbrains.com/idea/help/configuring-synchronization-with-a-web-server.html .
Thank you, Serge.