.user.ini
- myVesta
- Site Admin
- Posts: 905
- Joined: Fri Jun 19, 2020 9:59 am
- Has thanked: 7 times
- Been thanked: 6 times
I think not, since you can't redefine php ini variables from .htaccess, since PHP is not loaded as Apache module but as PHP-FPM service.
You can customize php ini variables (per domain) this way - viewtopic.php?f=18&t=54
You can customize php ini variables (per domain) this way - viewtopic.php?f=18&t=54
Hello,
I had also always installed ninjafw (https://nintechnet.com/ninjafirewall/pro-edition/) via .user.ini.
What can I do to make it work?
I also had this error message: viewtopic.php?f=2&t=360&p=1101&hilit=open_basedir#p1101
So it will be related to open_basedir. What can I do?
I had also always installed ninjafw (https://nintechnet.com/ninjafirewall/pro-edition/) via .user.ini.
What can I do to make it work?
I also had this error message: viewtopic.php?f=2&t=360&p=1101&hilit=open_basedir#p1101
So it will be related to open_basedir. What can I do?
- myVesta
- Site Admin
- Posts: 905
- Joined: Fri Jun 19, 2020 9:59 am
- Has thanked: 7 times
- Been thanked: 6 times
yes, it's open_basedir in /etc/php/7.x/fpm/pool.d/yourdomain.confMeister wrote: ↑Sat Dec 18, 2021 11:19 pm Hello,
I had also always installed ninjafw (https://nintechnet.com/ninjafirewall/pro-edition/) via .user.ini.
What can I do to make it work?
I also had this error message: viewtopic.php?f=2&t=360&p=1101&hilit=open_basedir#p1101
So it will be related to open_basedir. What can I do?
simply change open_basedir path to /home/user level (instead of /home/user/web/yourdomain/public_html) and restart php-fpm