I have a completed site that works fine. But I want to rename all of the pages to an index page so the url shows “www.website.com/Aboutus” instead of "www.website.com/aboutup.php. How do I link back to the style.css page if its in its own folder?
this is how i currently link to my css.
<link href="css/style.css" rel="stylesheet" type="text/css">
When I change aboutus.php to index.php and move to folder aboutus the css is not found. Do i have to have a css folder in every subfolder? and same for all my include files ex. header.php, nav.html, and footer.html?