I'm having problem with opening php pages in browser. I'm using apache web server and the problem is that instead of a page browser shows php code that i wrote in text editor (for example it shows <?php phpinfo(); ?> instead list with informations about php).
Everything worked fine before I've read somewhere that I have to put code PHPIniDir "E:/PHP" (thats location of my php.ini file) in the httpd.conf.
After I did that browser wouldn't show php pages any more. Then I deleted the code but the problem remained.
What did i mess up?
After every change to httpd.conf I stopped and started again apache, but nothing changed.