Results 1 to 2 of 2
I'm having trouble finding my server's php.ini file. It is not in the location that my phpinfo states ( http://colloquis.net:8080/phpinfo.php ). Should I use a generic version and place it ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-25-2003 #1Just Joined!
- Join Date
- Feb 2003
- Posts
- 15
PHP Installation Location
I'm having trouble finding my server's php.ini file. It is not in the location that my phpinfo states (http://colloquis.net:8080/phpinfo.php). Should I use a generic version and place it there? Safe Mode is on and I need to access the file to turn it off. This is my server and I log in as root, so there is no reason I should be denied access to it.
- 08-25-2003 #2Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
Use the linux find command or locate to find it.. like
find / -name "php.ini" -print
or
locate php.iniRegards
Andutt


Reply With Quote
