I am facing some trouble in accessing the file from a folder.
My current scenario is: I can accces following folders:
localhost/testproject/
localhost/testproject/inc
localhost/testproject/news
And I have two files:
localhost/testproject/inc/header.php
localhost/testproject/news/test.php
In the header.php there are some css files included.
Now the problem is that if I try to include the header.php
in test.php
it does not load the css files.