I quickly fixed my setup so that I can use two Macs to edit iWeb without copying a file. I thought of first using iDisk, but my Domain.sites package was already 23MB and the copy was slow. So I decided to use a flash thumb drive. I moved the Domain.sites file to a flash drive that I always carry around with me. Then I deleted the file from the source folder.
I then opened Terminal and typed these two commands:
$ cd ~/Library/Application Support/iWeb
$ ln -s /Volumes/ThumbDriveName/Domain.sites Domain.sites
The first changes into the proper iWeb directory and the second creates a link (sort of like an alias in the Finder) between the file on the thumb drive and the location where iWeb expects to find the file. Obviously, replace ThumbDriveName with the actual name of your thumb drive.
I can now open iWeb on one computer, make changes, eject the drive, go to another computer, open iWeb, make more changes, etc. I hope that Apple can come up with something easier for us in the future, like using iDisk and making the package smaller.

