I'm having problems servicing a document that is at a higher level than my root folder.
<a href='../../home/folder/document.docx'>Proposal</a>
In the browser, the above is interpreted as:
http://localhost/home/folder/document.docx
I donβt see how the browser works in folders, and then I get:
Not Found The requested URL /home/folder/document.docx was not found on this server.
I tried in Firefox and Chrome, it happens. I am using Apache Web Server on a Linux machine.
Any help would be appreciated.
source share