Hi All,
I am using Apache Server to run my site with PHP - MySQL in the Linux OS.
First of all, allow me to clarify th history that the site was tested with IIS when developed and was in Windows Environment. Now I have gone insane and trying to run it in Linux OS with Apache Server.
With the few changes incorporated, everything runs fine, sessions, db .... but I don't know what happened to the Images. I have tried (relentlessely may be the right word) ... but all in vain !
For example, here is a one <img> tag of the page ...
Code:
<img name="home_r1_c1" src="../images/home_r1_c1.gif" width="773" height="40" border="0" alt="">
Image is at the right place ... but it never shows ..... Even [images/home_r1_c1.gif] or [../../images/home_r1_c1.gif] didn't work when I placed the image at the different places.
Alternatively, if I do as :-
Code:
<img name="home_r1_c1" src="/opt/lampp/htdocs/wwwroot/portal/images/acume.gif" width="773" height="40" border="0" alt="">
It shows the images happily ... would please someone help me out here !!!
Thanks in advance.