Jump to content

PHP and Apache


Recommended Posts

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.