I have a file structure as such root project folder/assets/css
/stewarship
/view
in /view is header.php, my header and nav bar. the header.php file finds the css file fine with the path /assets/css/styles.css
in stewarship I have a file givingreports.php in that fi I i have a php include to pull in the header
Visual Studio Code says it is the correct path but when I load it up in a browser i get a php error of path not found.
pages in the root project folder find the header just fine.
here is a picture of the file structure
the file structure
I have tried adding /../ ../
I have tried the full path.
user25211374 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.