the biggest problem to look for is local absolute references to your data. Since you developed the site on the same machine that had access to the files directly, you can sometimes get anchor tags like this:
<A HREF=file:///G%7E/myfile.html>
when it should be something like:
<A HREF=/somedir/somefile.html>