I'm trying to test PHP of WAMP on a vista machine but every time I attempt to launch a page in IE, the browser asks if I want to download the PHP page. Here is the code I've used:
I've also attempted a simple echo of get world and see the same behavior. I feel like there is something very simple I have forgotten. Windows firewall is off.
This is because of your apache web server is not configured properly.
You should look at the httpd.conf file for apache and change its default port to 8080 if IIS is running on your machine. As IIS runs on 80 port that could stop apache to occupy its port.
I'm trying to test PHP of WAMP on a vista machine but every time I attempt to launch a page in IE, the browser asks if I want to download the PHP page. Here is the code I've used:
I've also attempted a simple echo of get world and see the same behavior. I feel like there is something very simple I have forgotten. Windows firewall is off.
This is because of your apache web server is not configured properly.
You should look at the httpd.conf file for apache and change its default port to 8080 if IIS is running on your machine. As IIS runs on 80 port that could stop apache to occupy its port.
Hey Kamran! I appreciate your suggestion, this has not changed my situation. I attempted to clear temporary files and cache and try to re run the page. I change the getinfo() to an echo with Hello World as my output: <?php echo("Hello World"); ?> .
The only notable difference at this point is that I need to include a port number in the browser when navigating to WAMPServer home.
No, I do have skype and when it runs, I am not able to access the localhost/WAMP server page; however, this was aproblem before that I alleviated by just not running skype.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.