I want to use the same header file for multiple directories on my site, how can I make the links all work without using the domain in the links? Is there a way to tell the link to start from the root directory? Thanks!
Hi Marukoy96, To make a link start from the root of your site just give it a /. For example: http://www.google.com/anewpage.php would be come /anewpage.php
So if I have a page in google.com/newfolder/newfolder2/ and I made a link on the page <a href="/anewpage.php"> it would link to google.com/anewpage ? Thanks