I've created a sub folder domain.com/subfolder and would like to include news of a certain category to the index.php in that folder. This doesn't work, no news showing up. However, it works fine in domain.com/index.php.
I'm guessing it has something do to with the include path to news/index.php. I've tried
include 'news/index.php'; <--- works fine in domain.com/index.php
include 'domain.com/news/index.php';