[noob] Preview PHP files
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?
Please sign in to leave a comment.
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.