PDA

View Full Version : hi, i can not show word document from my web


almodcom
12-02-2007, 05:37 PM
hi i'm using CuteFTP software to edit my files and upload them, i have up loaded a word file to the forlde /public_html/documents/wordfile and i have added a hyper link to this file but when i have up loded this from the web file will not downloaded.!!! i have added this code to the index.php which is my first page.
To know more about Asriyya schools download<a href="/public_html/documents/wordfile.doc" target="_blank"> this file </a></div></font>

almodcom
12-02-2007, 05:50 PM
hi i know the solution i should write

<a href="documents/wordfile.doc" target="_blank">

not <a href="/public_html/documents/wordfile.doc" target="_blank">


thank you

Andan
12-06-2007, 02:28 AM
You don't put "public_html" into your directory path since that would the "root" folder that is shown to the rest of the internet public.