Quote:
Originally Posted by snakes1100
1. ssh into the server as root
2. find / -name php.ini -print
3. edit php.ini (ie... nano /etc/php.ini)
4. scroll to the bottom of the file and paste in the following:
suhosin.cookie.encrypt Off
suhosin.request.max_vars 2048
suhosin.post.max_vars 2048
5. exit and save
6. /etc/rc.d/init.d/httpd restart
|
How do i locate the PHP.ini file.
because me no find.