Gallery URL = http://localhost/gallery2/main.php
Gallery version = 2.3 core 1.3.0
API = Core 7.54, Module 3.9, Theme 2.6, Embed 1.5
PHP version = 5.2.10-2ubuntu6 apache2handler
Webserver = Apache/2.2.12 (Ubuntu)
Database = mysqli 5.1.37-1ubuntu5, lock.system=flock
Toolkits = ArchiveUpload, Dcraw, Exif, Ffmpeg, ImageMagick, jpegtran, LinkItemToolkit, NetPBM, Thumbnail, Gd
Acceleration = none/0, partial/900
Operating system = Linux Arthos 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i686
Default theme = matrix
gettext = enabled
Locale = en_US
Browser = Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4) Gecko/20091028 Ubuntu/9.10 (karmic) Firefox/3.5.4
Rows in GalleryAccessMap table = 11
Rows in GalleryAccessSubscriberMap table = 3
Rows in GalleryUser table = 3
Rows in GalleryItem table = 1
Rows in GalleryAlbumItem table = 1
Rows in GalleryCacheMap table = 1
I can access www.example.com/gallery2 on the webserver itself using localhost/computer IP/public IP just fine. On another computer on the network I cannot access www.example.com/gallery2 using any of the above. I can access www.example.com and www.example.com/anythingelse just fine.
I've tried just about everything. It can't be apache or php. Help!
Posts: 9281
In config.php, near the bottom, is a line for baseUri. Change that to remove any URL.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 2
That was it. I had edited that exact line, but never thought to completely delete it. Thanks!