evanct Posted January 7, 2009 Share Posted January 7, 2009 This is Windows Vista. I just installed PHP5 and Apache 2, and apache will not read PHP files. html files work perfectly - when i go to localhost, i get the 'it works!' message - but if I write a hello world script or something, all i'm shown is the text of the script itself. what could be wrong? Oh and this occurs regardless of which browser I use. Link to comment https://forums.phpfreaks.com/topic/139782-solved-apache-will-not-read-php-files/ Share on other sites More sharing options...
evanct Posted January 7, 2009 Author Share Posted January 7, 2009 Nevermind. i had to add AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps LoadModule php5_module "c:/php/php5apache2_2.dll" SetEnv PHPRC C:/php to the bottom of httpd.conf and then restart apache. Link to comment https://forums.phpfreaks.com/topic/139782-solved-apache-will-not-read-php-files/#findComment-731292 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.