For some reason I can't link my files and external stylesheet, external JS files to my index.php file.
I have linked index.php to style.css from the directory akobuy > styles folder:
I tried several options but it doesn't seem to load the stylesheet:
1. <link rel="stylesheet" type="text/css" href="styles/style.css">
2. <link rel="stylesheet" type="text/css" href="/styles/style.css">
3. <link rel="stylesheet" type="text/css" href="./styles/style.css">
4. <link rel="stylesheet" type="text/css" href="../Akobuy/styles/style.css">
Same is happening with JS and images:
I tried several other editors same issues.