I have created a folder on root and with some php files in it.
Whenever i include the following line at the top of the php file:

require('../includes/functions/functions_general.php');

I get error that "failed to open this file.

Please note that path is correct, i have checked it 10 times.

What is the reason for that?

How can I resolve this issue?