This might just come as a very silly question, but i am really frustrated of this not working. I have a home file (home.php) which has contains inc
(home.php)
inc
You are using an absolute path (/) at the start of the line, you need to remove that slash and it would be a relative path, example:
/
production/fetch_order.php
When adding a slash, it starts at the root directory of your system, without it, it looks in the current directory.