custom php.ini doesn't work for me (both approaches tried)
kelvinc - August 5, 2009 - 01:32
I am using forward module, but my system cant send mail to public mail box like Gmail unless I put parameter -fxxxx@xxxx.com in default php.ini.
But that will affect the whole php system, so I'd like to get my custom php.ini working for this site.
I followed the threads http://drupal.org/node/290592 and http://drupal.org/node/147534, but they all dont work for me.
Any thoughts?
Thanks in advance.

First impressions
(Sorry if this sounds too simplistic... it's hard to tell what programming level someone's at)
First of all, make sure you can actually edit php.ini (if you're on a shared host, you probably can't).
Also, make sure you restart apache or whatever web server you're using after making the php.ini edits.
Thx for response. I have all
Thx for response.
I have all the permissions and I got it working by editing the /etc/php.ini. That's why I'd like to create a custom one.
And I am pretty sure I restarted apache each time I modifid the php.ini file.