Hi, I need to edit php.ini of my server for net2ftp script to increase execution time 30 second to 60 second. I add info file to track that files location and it says "/usr/selector.etc/php.ini" But there is no /usr/selector.etc/php.ini directories.. My info file is http://rahulbambhaniya.com/info.php Please friends help me it too urgent to change max execution time from php.ini.....
You can also make a script with this in it: <?php phpinfo(); ?> Code (markup): Load that in your browser, and it will give you all sorts of info, including the path to php.ini.
Have you got terminal/command access to the server. If you are on shared hosting you won't be allowed anywhere near php.ini
It really depends on your web host. We allow our clients to have their own custom php.ini files, so it's definitely possible.
Do you have a dedicated server, a VPS, or shared? If you have root access you can simply go: find / -name php.ini Otherwise you'll need to check in with your host.