Hi amirshim,
Your (Adam's?) wikipedia.html it's a stripped-down web page with a link to the actual wiki.
Code:
<a href=http://localhost:8080>Open Wikipedia</a>
why not just a redirect?
Code:
<html>
<head>
<meta http-equiv="refresh" content="0;url=http://localhost:8080">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
</body>
</html
You know... one less link to follow to get to the meat.
Michele