I have installed Apache 2.4.9 for windows 7 64 and PHP 5.5.10 (also 64 bit), I used articles with step by step detailed manual installation. But I cannot open php files in a browser for some reason. I have checked other threads about similar problems on different websites and I made sure httpd.conf has necessary lines included or uncommented.
Apache starts and stops after I enter httpd -k start/stop. When I enter httpd -t it says 'Syntax OK'. But when I enter localhost/phpinfo.php in address bar in a browser I get 'Not found on this server'. Also when I try in command line 'php phpinfo.php' I get 'could not open input file'.
I don't know what else I could check, all answers I found in forum threads give the same hints and include the same elements of configuration file that must be included in httpd.conf, including root directory, engine = on, display errors = on, load module, AddType and I used .
I will appreciate any help or suggestions. If not - I will go through the installation once again.