Skip to main content

Thread: Own hosted website images not showing.


hay all,

puzzled this. have created basic website, few images on main page.
loading webpage browser on remote server, images not load. localy site works perfectly.

images located in "./images" folder:

code:
. ├── construction.html ├── contact.html ├── images │   ├── bak │   │   ├── pic1.jpg.bak │   │   ├── pic2.jpg.bak │   │   ├── pic3.jpg.bak │   │   └── pic4.jpg.bak │   ├── img01.gif │   ├── img02.gif │   ├── pic1.jpg │   ├── pic2.jpg │   ├── pic3.jpg │   └── pic4.jpg ├── index.html ├── site.zip └── style.css
the graphics loaded in 2 following manners. (the full adress way debugging purposes.)
code:
<div id="splash"> <img src="http://www.invisibleforceproductions.co.za/images/pic1.jpg" alt="" height="295"           width="1180"> </div
code:
<li class="first"> <img class="alignleft"                   src="images/pic2.jpg" alt="" height="60" width="60"> <span>we                    base business on:</span></li>
neither full, nor relative path produces graphics.
folder permissions 0644
file permissions 0644
true graphics , main files. not understand might cause of this.

please advise.

all images on site seem working fine me, assume have fixed problem?


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help Own hosted website images not showing.


Ubuntu

Comments

Popular posts from this blog

Some mp4 files not displaying correctly (CS6)

Thread: Samba is not authenticating with LDAP