Are Php & Mysql installed from the original install....? If not, how would i install them...and test to make sure it works... thanks guys for taking a look newskooluser
I'm not using fedora 7 but on page 2 in the tutorial http://howtoforge.com/perfect_server_fedora7_p2 you have installed apache and mysql. You can put a php file in your webroot folder to test it make a new file with this content: Code: <?php phpinfo(); ?> and name it info.php. Then open up a browser and go to yourip/info.php When a PHP Info page is showen then you have php enabled.