Koozali.org: home of the SME Server

GIF not displayed on Website

James Shields

GIF not displayed on Website
« on: April 07, 2001, 04:42:36 PM »
I replaced the basic e-smith website with my own index.htm file as well as some associated GIF files. I did this from my Windows ME computer logged on as "admin".

I copied files to the \E-smith-server\primary\html directory.

When viewing in my browser by directly opening the index.htm file at the above location, it loads correctly. When opened using http://www/ it displays the index.htm page in the browser, but does not load the GIF files.

The page can be viewed at http://139.130.141.21/index.htm for anybody wanting to offer some advice. Coded using MS FrontPage 2000.

Alejandro

Re: GIF not displayed on Website
« Reply #1 on: April 07, 2001, 08:07:18 PM »
James:
Where are the gif files stored?
(Should be in /primary/html folder)
your web is pointing to /images/shield.gif
but files in /images are not accesible from outside.
alejandro

Charlie Brady

Re: GIF not displayed on Website
« Reply #2 on: April 07, 2001, 11:04:31 PM »
James Shields wrote:

> I copied files to the \E-smith-server\primary\html directory.
>
> When viewing in my browser by directly opening the index.htm
> file at the above location, it loads correctly. When opened
> using http://www/ it displays the index.htm page in the
> browser, but does not load the GIF files.

This is listed in the known bugs page.

You have two options to correct the problem:

- correct the group setting of the files and directories from the command line:

chgrp -R shared /home/e-smith/files/primary/html/images

- delete the directory images and its content, and then upload the directory using ftp.

This bug will be corrected in the next release.

Regards

Charlie

jon

Re: GIF not displayed on Website
« Reply #3 on: April 08, 2001, 07:37:30 PM »
I had the same problem, I used telnet to access a comand line prompt and log in as root and changed the permissions for the files (chmod 755 *.*) in the /home/e-smith/files/primary/html directory. Change the cgi-bin files also if you are using them to the same setting (755).

Richard

Re: GIF not displayed on Website
« Reply #4 on: April 08, 2001, 11:47:25 PM »
That's exactly what I did, too Jon.