I am currently in the process of building a website using Apache, MySQL, and PHP on my local machine. Within my project, I have organized different subfolders and I am facing an issue with giving an absolute reference to my css file from my main header.php includes file.
My header.php file contains the following code snippet:
<link href="/Users/nicolauria/Sites/sd/css/style.css" type="text/css" rel="stylesheet" />
However, when attempting to load the css file, it fails to do so. The developer tools display the message: "The requested URL /sd/css/style.css was not found on this server."
If anyone could offer guidance or assistance with resolving this matter, it would be greatly appreciated. Thank you, Nico