Hi all,
First of all, I use linux (fedora 6) and apache to host
I have a problem of including any file in html while hosting only
Even a simple code like
[HTML]<img src="/home/user/abc.jpg" />[/HTML]
won't show the included image.
To make it more clear,
If I view same page just opening it (not hosting) like
file:///home/user/abc.html
It shows the image included.
But if I view the webpage using
Then it won't show any images
I need to host the page, show how shall I include the image.
Actually, its not just problem with images only, but every type of file.
Thanks
First of all, I use linux (fedora 6) and apache to host
I have a problem of including any file in html while hosting only
Even a simple code like
[HTML]<img src="/home/user/abc.jpg" />[/HTML]
won't show the included image.
To make it more clear,
If I view same page just opening it (not hosting) like
file:///home/user/abc.html
It shows the image included.
But if I view the webpage using
Then it won't show any images
I need to host the page, show how shall I include the image.
Actually, its not just problem with images only, but every type of file.
Thanks
Comment