Apache config: DirectorySlash off Local access: [ip]/customdir brings you to [ip]/customdir/ (and also PHP index works in both cases, paths to images are [ip]/customdir/[image.png]) Via opera unite: [operaunite link]/localhost/customdir does *not* work like [operaunite link]/localhost/customdir/, PHP file works, but images are not displayed, 404 error, because they aren't in (presumed) upper directory ([ounite]/localhost/) (images are in customdir)
suggestion: always add slash on end of the link. Fix this, and it works as charm