|
I'm not quite sure how to phrase what I am asking here which has made searching for the answer myself really hard. Basically within my public_html folder I have created folder for a separate set of pages. Linking TO this folder is easy, I simply point it to "example-folder/page.html" - but I want to also link from these pages outside to the original files that are not contained in this sub-folder (in the first most public_html). There's seemingly no folder to direct it to - because if I try to link to "index.html" or whatever it will add the sub-folder to the address making it "example-folder/index.html" and obviously that's not where I want to be directing it to. I'm trapped inside this sub-folder.
I'm sure this is a basic question but I don't know the terminology for what I am trying to do. Any help is appreciated.
|