2
It seems like you have a wrong index.html file, which contains:
<a href="http://www.herman602.jjvk.com/xoops/"><img src="http://i.imgur.com/mLeHz.jpg" width="1024" height="768" />a>
You have two options:
1) delete the index.html file and change your URL setup on your server (the URL should point to /xoops directory
2) Replace the content of your index.html file with this code:
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="REFRESH" content="0;url=http://www.herman602.jjvk.com/xoops/">HEAD>
<BODY>
BODY>
HTML>