How to open the port for IIS?
Posted May 17th, 2008 by KevinUK
Hi,
When I debug my PHP project it uses a random port so http://localhost:1234/project.
It then shows me a list of all files in my browser for that project. When I click on index.php it does not render the page but it asks me what application should open the page...
I thought this means I have to go in IIS and add the port in addition to 80 which already exists? So I did this and restarted IIS but I still get the problem.
Any ideas?
Thanks, Kevin


If you are using the
If you are using the built-in engine, VS.Php is using its own Apache web server to execute your pages.
It seems there is a mime-type issue here. Have you set your own Apache configuration file?