gene0 Posted June 3, 2008 Share Posted June 3, 2008 If this is not the correct forum please over look me and send me to the correct place. Ok here goes I am running FC9 64 bit with apache and PHP 5 I believe HTTP is running correctly because I can see the default page when I type in my browser 127.0.0.1 But if I type 127.0.0.1/index.php I get nothing. Where do I find the folder to check if there is a php file to browse or to place a php file to test. This is a dev box so I want to also have several site on it at 1 time to test will all sites have to be in the one directory? Quote Link to comment Share on other sites More sharing options...
mushroom Posted June 3, 2008 Share Posted June 3, 2008 OK, there is no default php page in most Linux installs I haven't used Fedora is quite some time but have download the latest and plan on looking at it in the near future. For a development machine I recommend that you: 1. edit apache, to follow symlinks 2. edit php.ini to display all errors 3. give each project a directory in /home/your_user_name/public_html/ 4. create a symlink to each project directory 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.