summaryrefslogtreecommitdiffstats
path: root/share/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'share/index.html')
-rw-r--r--share/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/share/index.html b/share/index.html
new file mode 100644
index 0000000..0b7ef06
--- /dev/null
+++ b/share/index.html
@@ -0,0 +1,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">