summaryrefslogtreecommitdiffstats
path: root/share/index.html
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2004-01-12 03:17:26 +0000
committerTar Committer <tar@ocjtech.us>2004-01-12 03:17:26 +0000
commit989312339ea2e16579803a48700628c5469e327a (patch)
tree967ee77195819d70f2dc675444e92340bb98e0d6 /share/index.html
parentff168ecfe045c690c24d5bbc5a3062bf9d64120c (diff)
downloadrancid-989312339ea2e16579803a48700628c5469e327a.tar.gz
rancid-989312339ea2e16579803a48700628c5469e327a.tar.xz
rancid-989312339ea2e16579803a48700628c5469e327a.zip
Imported from rancid-2.3.rc1.tar.gz.rancid-2.3.rc1
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">