i8igmac Posted December 4, 2014 Share Posted December 4, 2014 im about to loose my mind... fresh install of linux mint 17 apache 2.4.7 (new secure crap) php5 install echo "<?php echo 'My first PHP script!'; ?>" > /var/www/html/test.php curl http://192.168.70.101/test.php <?php echo "My first PHP script!"; ?> Duh... php code does not execute... oh cool so lets google and find out why... oh new version, much more ecure... look at all these configs... lets make new entrys and restart apache to acheave the same resaults... what am i missing... Quote Link to comment Share on other sites More sharing options...
cooper Posted December 4, 2014 Share Posted December 4, 2014 http://php.net/manual/en/install.unix.apache2.php Start reading from step 7. Quote Link to comment 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.