Whenever I work from XAMPP and php I do not load the CSS files, which if I then take them to an external server I see that they work without problem.
Do you know if it is due to a bad configuration on my part, bad programming, is a defect of xampp ...?
I show the root (I do not know if there is a better way to see it)
I notice that the platform does not appear in the error (the general folder of the project), it jumps from PHP_WEB_MMR to CSS, but I in my project configuration if I put it as shown below and the rest of the things if they come out. .
Next I show the call to the file.css
<!DOCTYPE html>
<HTML lang="es">
<HEAD>
<link rel="stylesheet" href="CSS/menu.css">
<link rel="stylesheet" type="text/css" href="CSS/overhang.min.css" />
</HEAD>
Health