The problem might be that the HREF references use an absolute path. It is more normal to use a relative path where the path is relative to the index.html file. You would definitely have a problem if the absolute path referenced files that did not actually exist.
|