Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Edit the include_path
This guide explains how to modify the value of the php_value include_path directive.
Modifying the include_path
Like any other PHP setting, the 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/include
Check your phpinfo or equivalent to verify the application of your new directive.
Link to this FAQ: