presidentkirby
New Coder
so, say i have https:// website.com/page, and i want a https:// website.com/page/subpage as well. how can i do that without changing every link in the document into an absolute url rather than a relative one?
for another example, i have this code in my head section:

but on the html for the sub-page, none of the links work unless i change them to this:

the sub-page seems to work otherwise, but i really don't want to have to go through and change every single url in the document. am i missing something?
p.s. i'm creating the sub-page by making a folder and putting the html for the sub-page in there.
for another example, i have this code in my head section:
but on the html for the sub-page, none of the links work unless i change them to this:
the sub-page seems to work otherwise, but i really don't want to have to go through and change every single url in the document. am i missing something?
p.s. i'm creating the sub-page by making a folder and putting the html for the sub-page in there.