Ntrimgs
03-09-2010, 03:45 PM
How do you edit the php.ini file on a dedicated server? I know you need to log into the SSH interface, but then what??? I need to set the upload_tmp_dir and I need to set display_errors to on.
|
Click to See Complete Forum and Search --> : How Do You Edit The PHP.INI File? Ntrimgs 03-09-2010, 03:45 PM How do you edit the php.ini file on a dedicated server? I know you need to log into the SSH interface, but then what??? I need to set the upload_tmp_dir and I need to set display_errors to on. Yelgnidroc 03-09-2010, 04:46 PM Is it a Linux server? If so find it (using the find command find / -name php.ini) then edit it with vi e.g. vi /etc/php.ini webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |