On my .php file I just started to write the website. So I started by linking the .css files. But they don't work. I plan to use php in this file so I use the PHP exetension and run it with the latest version of XAMPP
By taking a look in the network tab, I see that the .css files are there with status 200.
body {
color: red;
}
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<h1 class="mainheader">Kraut und Rueben</h1>
</body>
</html>
I saw posts here from some years ago but their solutions didn't work: