How to specify URL for "open in browser" for specific project?
Hi,
normally I'm using PyCharm for Django development, but now I need to do a website that's basically plain HTML with a few PHP snippets in between.
When I use "open in browser" on the index html, PyCharm seems to start its own internal web browser at http://localhost:63342, which does not seem to have PHP support, so I can't test my pages properly.
I there a way to somewhere specify my local test web server (Apache, running at http://localhost::80) instead?
thanks
Thomas
normally I'm using PyCharm for Django development, but now I need to do a website that's basically plain HTML with a few PHP snippets in between.
When I use "open in browser" on the index html, PyCharm seems to start its own internal web browser at http://localhost:63342, which does not seem to have PHP support, so I can't test my pages properly.
I there a way to somewhere specify my local test web server (Apache, running at http://localhost::80) instead?
thanks
Thomas
Please sign in to leave a comment.