I have a Header.php file in the /image directory. I used to write the header content which contains text and images. This Header.php file is included in all other pages of different directories and sub-directories of the php project.
My problem is that when access any page from sub-directories, the image in the header.php is not showing in that page.
Thanks