2 issues: www missing and intermediate image disabling

trakman

Joined: 2004-01-25
Posts: 10
Posted: Tue, 2004-01-27 23:41

2 issues:

when I put my gallery URL into my browser it trims the 'www.' part out of the URL, can this be turned off?

e.g. http://www.onlinemixes.co.nz/gallery/ -> http://onlinemixes.co.nz/gallery/

also, when you click on a thumb for a reasonably large picture it show an "intermediate", resized version, I don't want that, I want it just to show the picture in it's un-resized (native) resolution.
How can I turn off intermediate images?

thanks in advance!!

----
Gallery version: 1.4.1
Apache version: 1.3.27
PHP version (don't just say PHP 4, please): 4.3.4
Graphics Toolkit: ImageMagick
Operating system: FreeBSD 5.1
Web browser/version: IE6

 
trakman

Joined: 2004-01-25
Posts: 10
Posted: Tue, 2004-01-27 23:55

Ok, it's when I don't put a forward-slash on the end of the URL - e.g.
http://www.onlinemixes.co.nz/gallery
redirects to:
http://onlinemixes.co.nz/gallery

 
alindeman
alindeman's picture

Joined: 2002-10-06
Posts: 8194
Posted: Wed, 2004-01-28 01:00

This is due to the Apache "ServerName" directive. Change that and it won't redirect.

 
trakman

Joined: 2004-01-25
Posts: 10
Posted: Wed, 2004-01-28 04:08

thank you.

and my 2nd question:

When clicking on a thumb for a reasonably large picture it shows an "intermediate" resized version, I don't want that, I want it just to show the picture in it's un-resized (native) resolution.
How can I turn off intermediate images?

 
foffo
foffo's picture

Joined: 2003-03-06
Posts: 660
Posted: Wed, 2004-01-28 07:58

For future albums: Rerun the config wizard and set the dimensions of intermediate sized images to "off".

For already existing albums: In the admin-menu choose the resize all option, then use the 'get rid of resized' button. If you plan adding additional pics into the existing albums you also must go into the albums properties and change the dimensions of intermediate sized images to "off".

:)