Setup php.ini for only phpMyAdmin

There is no way to use .htaccess for modifying PHP configuration with suPHP without 3rd party modules. So if you want to use a separate php.ini for phpMyAdmin, I'd suggest delegating a separate subdomain for it, let's say:

phpmyadmin.company.com

and in this case it would be much easier to settle it.
 
Yes, it works. But still it depends on how suPHP is built, if with

Code:
--with-setid-mode=paranoid

then once defined suPHP_ConfigPath in httpd.conf, it can not be changed anywhere later.

p.s. I should re-check it... much time has passed since the first time I've noticed that.
 
Last edited:
Back
Top