I am trying to test my work enviorment with a "test.php" with one line "<?php phpinfo(); ?>" (made in notepad, i've read that can be done, im suspicious). Then putting it in the apache/htdocs folder. Now I test it by puting http://localhost/test.php in the web browser. I get webpage does not exist, but if I run http://localhost/test.php.txt I get "http://localhost/test.php" displayed only.
Basicly how do I make a .php file that isn't a txt file?
Thank You