Hi,
I have successfully installed StrongHold Apache WebServer and I have few
questions regarding the files setup:
Currently I have the following dir structure:
htdocs/
php/
dir1/
dir2/
Here is my question:
php files in dir1 and dir2 directories use files located in php directory.
those files have includes that look like:
include ('file.php').
Since, file.php is not located in the same dir, should I change my files to use
include ('../php/file.php');
I was told to modify php.ini and put needed PATH into the file but I didn't find ANY information about this configuration file.
I did indeed execute phpinfo() where it says the following
php3.ini
"php3.ini file path is set to: /usr/local/lib"
That directory was empty. Should I manually create php3.ini file and what is the format of the file?
Thanks a lot,
Leon