Now I'm stumped.
I've loaded up the entry page to my site, called index.shtml.
On this page is a link to a .css file and one image.
When I go to view it in the browser, all I get is a blank page titled Apache Web Server.
This file works on a IIS file server.
Can anyone shed any light on what I might be doing wrong, or what the problem may be.
Below is my code, if that helps:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="centcomp.css" rel="stylesheet" type="text/css">
</head>
<body>
<p><img src="images/title.jpg" width="450" height="200" hspace="0" vspace="0" border="0"></p>
</body>
</html>