Some Extras
So now I'm running Apache on my
mail server. I really have no other use for this since I won't be running
any websites here. So I made me an index.html with the following code:
<HTML>
<BODY>
<TITLE>HTML META tag refresh for http://www.mattcave.net/</TITLE>
<meta http-equiv="Refresh" content="0;
URL=http://www.mattcave.net/">
</HEAD>
</HTML>
Now if some smarty wants to point
his web browsers to my box, he or she gets forwarded to my home page. This
is better than the Apache default home page.
|