Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Edit include_path
This guide explains how to change the value of the directive php_value include_path
.
Edit include_path
Like any other PHP parameter, include_path is defined in the file .user.ini.
Here is an example of path to be used in the file .user.ini
:
include_path = .:/home/clients/123456789a12345b12fc345d/web/www.domainetest.abc/public/abc/include
Be aware of this other guide about phpinfo to check how your new directive is taken into account.
Link to this FAQ: