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