My php code is not executed when I access the root directory with
http://localhost:8080/sample.html
The code I want to run is:
<?php phpinfo(); ?>
and I tried also the following:
- Restarted all services several times including putting Wamp Server online
- Changing the listening port in httpd.conf to 8080 and configuring Skype to accept 80 and 443 ports
Could it be that some firefox extensions are blocking php-execution?
All I get is the php code exactly like I wrote it.