summaryrefslogtreecommitdiffstats
path: root/share/index.html
blob: 0b7ef064f4937c429f6b73f48ce7aeadb0568788 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!--
   this is just a redirection page to load lg.cgi - is there a way to
   make the server load a .cgi as it's default document?
   this can also be done with a redirect (which is supposedly more universally
   supported.  something like <redirect URL=lgform.cgi>.  not sure...i'm not
   a web person.  but this works for netscape.

   apache can do this with a line in the directory's .htaccess file:
	DirectoryIndex index.php
-->

<meta http-equiv=Refresh content="0; URL=lgform.cgi">