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
https://forums.phpfreaks.com/topic/108485-php-and-apache/
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
https://forums.phpfreaks.com/topic/108485-php-and-apache/#findComment-556247
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.