Hi Nancy,
It might be useful to also see which php configuration file is actually being loaded for your server's configuration. In any web accessible directory, you can create a file ending in .php with the following code in it:
- Code: Select all
<?php phpinfo(); ?>
If you load that file in a browser you will see some configuration information including the path to the config file being read, if any. It may not be the file you think it is.
Make sure you delete this file once you're finished with it since it may contain sensitive system information.
Regards,
Jason