AmonRa60 Posted May 11, 2010 Share Posted May 11, 2010 I just used XAMPP to install PHP, Apache, and MySQL on my PC to do some php programming. I checked to make certain the services were all running and they are. Whenever I launch a .php file from 127.0.0.1/xamp/htdocs (or localhost/xamp/htdocs) with a browser (FireFox or IE) I get the Open With or Save File pop up window. If I rename the .php as an .html file, I simply get a blank page when I launch it. I am running Apache 2.2.14 and PHP 5.3.1 with my PC running Windows 5.1 build 2600 (Windows XP Home Edition Service Pack 3) i586. I inserted "AddType application/x-httpd-php .php" in the Apache httpd.conf file hoping that would make it work...it didn't. What am I doing wrong here? Quote Link to comment https://forums.phpfreaks.com/topic/201383-execution-of-php-file-on-apache-2214/ Share on other sites More sharing options...
cags Posted May 11, 2010 Share Posted May 11, 2010 Did you restart the Apache service after adding that into the httpd.conf file? Quote Link to comment https://forums.phpfreaks.com/topic/201383-execution-of-php-file-on-apache-2214/#findComment-1056719 Share on other sites More sharing options...
AmonRa60 Posted May 11, 2010 Author Share Posted May 11, 2010 I have stopped and restarted Apache, PHP, and MySQL several times since making the AddType change. All to no avail. Quote Link to comment https://forums.phpfreaks.com/topic/201383-execution-of-php-file-on-apache-2214/#findComment-1056729 Share on other sites More sharing options...
PFMaBiSmAd Posted May 11, 2010 Share Posted May 11, 2010 What URL are you entering in the browser? It should be something like http://localhost/your_file.php Quote Link to comment https://forums.phpfreaks.com/topic/201383-execution-of-php-file-on-apache-2214/#findComment-1056732 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.