Fix duplicated slash in URL. Some robots runs in an endless loop.
This commit is contained in:
parent
265086c525
commit
56ca0bf604
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4404
3 changed files with 9 additions and 9 deletions
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-02-21 18:10:35 $">
|
||||
<!ENTITY date "$Date: 1999-02-25 20:58:17 $">
|
||||
<!ENTITY title "Changes at the FreeBSD Web Server">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
<!-- $Id: webchanges.sgml,v 1.24 1999-02-21 18:10:35 wosch Exp $ -->
|
||||
<!-- $Id: webchanges.sgml,v 1.25 1999-02-25 20:58:17 wosch Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -248,7 +248,7 @@ This page list user visible changes at the FreeBSD Web Server.
|
|||
identical to how it was before.<br>
|
||||
|
||||
<a
|
||||
href="..//releases/2.2.8R/errata.html">/releases/2.2.8R/errata.html</a>
|
||||
href="../releases/2.2.8R/errata.html">/releases/2.2.8R/errata.html</a>
|
||||
Better errata fix.
|
||||
<p></p></li>
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-02-23 14:43:34 $">
|
||||
<!ENTITY date "$Date: 1999-02-25 20:58:23 $">
|
||||
<!ENTITY title "Cambios en el servidor Web de FreeBSD">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
<!-- $Id: webchanges.sgml,v 1.2 1999-02-23 14:43:34 jesusr Exp $ -->
|
||||
<!-- $Id: webchanges.sgml,v 1.3 1999-02-25 20:58:23 wosch Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -208,7 +208,7 @@ Esta página lista los cambios visibles en el servidor Web de FreeBSD.
|
|||
identical to how it was before.<br>
|
||||
|
||||
<a
|
||||
href="..//releases/2.2.8R/errata.html">/releases/2.2.8R/errata.html</a>
|
||||
href="../releases/2.2.8R/errata.html">/releases/2.2.8R/errata.html</a>
|
||||
Better errata fix.
|
||||
<p></p></li>
|
||||
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-02-11 18:20:17 $">
|
||||
<!ENTITY date "$Date: 1999-02-25 20:58:23 $">
|
||||
<!ENTITY title "Changes at the FreeBSD Web Server">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.20 -->
|
||||
<!-- $Id: webchanges.sgml,v 1.3 1999-02-11 18:20:17 motoyuki Exp $ -->
|
||||
<!-- $Id: webchanges.sgml,v 1.4 1999-02-25 20:58:23 wosch Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -199,7 +199,7 @@
|
|||
ほとんど変わらないでしょう.<br>
|
||||
|
||||
<a
|
||||
href="..//releases/2.2.8R/errata.html">/releases/2.2.8R/errata.html</a>
|
||||
href="../releases/2.2.8R/errata.html">/releases/2.2.8R/errata.html</a>
|
||||
エラッタの修正をよりよくしました.
|
||||
<p></p></li>
|
||||
|
||||
|
|
Loading…
Reference in a new issue