Gotta use an absolute URL for the search script.
This commit is contained in:
parent
834cec1450
commit
c4597f8009
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=554
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1996-09-24 17:45:44 $">
|
||||
<!ENTITY date "$Date: 1996-09-28 23:20:32 $">
|
||||
<!ENTITY title "FreeBSD Search">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -8,7 +8,7 @@
|
|||
|
||||
<h2>FreeBSD Mailing List Archives</h2>
|
||||
|
||||
<form action="cgi/search.cgi" method="GET">
|
||||
<form action="http://www.freebsd.org/cgi/search.cgi" method="GET">
|
||||
|
||||
<h3>Search for:</h3>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1996-09-24 17:45:44 $">
|
||||
<!ENTITY date "$Date: 1996-09-28 23:20:32 $">
|
||||
<!ENTITY title "FreeBSD Search">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -8,7 +8,7 @@
|
|||
|
||||
<h2>FreeBSD Mailing List Archives</h2>
|
||||
|
||||
<form action="cgi/search.cgi" method="GET">
|
||||
<form action="http://www.freebsd.org/cgi/search.cgi" method="GET">
|
||||
|
||||
<h3>Search for:</h3>
|
||||
|
||||
|
|
Loading…
Reference in a new issue