How can I modify php.ini

alec2020

New member
Joined
Oct 18, 2010
Messages
3
I need modify the include_path directive into 'php.ini' file.
I've tried put into a '.htaccess' file but it doesn't work.

Thanks !!!!!
 
Assuming your PHP.ini is in /usr/local/lib/php.ini, you can try the following:

Code:
nano -w /usr/local/lib/php.ini

After editing:

Code:
/etc/init.d/httpd restart
 
At the beginning I tried it from DierctAdmin files manager but I couldn't change permissions php.ini file.
I've tried connect from ssh but It seems doesn't work. I think ssh isn't installed on server.
I've tried send a ticket too, but I've realized server hasn't installed this option on it.
Any idea?
 
At the beginning I tried it from DierctAdmin files manager but I couldn't change permissions php.ini file.
I've tried connect from ssh but It seems doesn't work. I think ssh isn't installed on server.
I've tried send a ticket too, but I've realized server hasn't installed this option on it.
Any idea?

Send me a PM with your e-mail, I'll take a quick look.
 
Back
Top