Agrimore
28th March 2006, 11:08 PM
The link to download the bootloader is broken. At first I thought that it was just Opera been a pain but then I discovered that IE had the same problem.
The problem seems to stem from this line of markup
<base href="http://onmac.net/" /> which causes the link <a href="Winxponmac_0.1.zip">Download Now!</a> to point to http://onmac.net/Winxponmac_0.1.zip (which returns a 404) instead of http://download.onmac.net/Winxponmac_0.1.zip.
The simple solution is to change the markup for the download link to <a href="http://download.onmac.net/Winxponmac_0.1.zip">Download Now!</a>
Sorry for posting this here if it's in the wrong place but I couldn't find a "contact us" link or an email address for the webmaster on the site.
Regards,
Matt
The problem seems to stem from this line of markup
<base href="http://onmac.net/" /> which causes the link <a href="Winxponmac_0.1.zip">Download Now!</a> to point to http://onmac.net/Winxponmac_0.1.zip (which returns a 404) instead of http://download.onmac.net/Winxponmac_0.1.zip.
The simple solution is to change the markup for the download link to <a href="http://download.onmac.net/Winxponmac_0.1.zip">Download Now!</a>
Sorry for posting this here if it's in the wrong place but I couldn't find a "contact us" link or an email address for the webmaster on the site.
Regards,
Matt