I followed the instructions and installed it into /opt/gallery
Dan Brown's HOWTO (
http://www.familybrown.org/howtos/gallery-howto.html) though slightly outdated in title, works fine - IF- you follow all the directions.
Did you create the custom template as per his howto?
#-------------------------------------------
# Gallery 1.2
#-------------------------------------------
Alias /gallery /opt/gallery
AddType application/x-httpd-php .php .php3 .phtml
Options Indexes +Includes FollowSymLinks
AllowOverride Options FileInfo
order deny,allow
deny from all
allow from all
#------------------------------------------
and then expand the template?
This basically tells the webserver where to find the pictures.
If you're still having trouble, let me know.
Ari