Redirect php.ini to abcphp.ini

how do redirect to a custom php.ini file. i know about the shebang line but too much trouble.
suitecrm looks for the default php.ini i want it to look to abcphp.ini…any thoughts…thanks in advance

It’s not SuiteCRM that loads that file, it’s the web server.

For Apache you could set PHPINIDir in your Virtual host configuration, see

good stuff…works flawlessly…thks

1 Like