htdocs/handbook: remove legacy redirect
/handbook/ is handled by a higher layer redirect. It is not actually possible to reach the index.html page
This commit is contained in:
parent
08cf89c19c
commit
3be917b4d9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46456
3 changed files with 0 additions and 29 deletions
en_US.ISO8859-1/htdocs
|
@ -56,7 +56,6 @@ SUBDIR+= docs
|
||||||
SUBDIR+= donations
|
SUBDIR+= donations
|
||||||
SUBDIR+= events
|
SUBDIR+= events
|
||||||
SUBDIR+= gnome
|
SUBDIR+= gnome
|
||||||
SUBDIR+= handbook
|
|
||||||
SUBDIR+= internal
|
SUBDIR+= internal
|
||||||
SUBDIR+= ipv6
|
SUBDIR+= ipv6
|
||||||
SUBDIR+= java
|
SUBDIR+= java
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
# $FreeBSD$
|
|
||||||
|
|
||||||
.if exists(../Makefile.conf)
|
|
||||||
.include "../Makefile.conf"
|
|
||||||
.endif
|
|
||||||
.if exists(../Makefile.inc)
|
|
||||||
.include "../Makefile.inc"
|
|
||||||
.endif
|
|
||||||
|
|
||||||
DATA= index.html
|
|
||||||
|
|
||||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
|
|
@ -1,16 +0,0 @@
|
||||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
||||||
<!-- $FreeBSD$ -->
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="refresh" content="5;url=../doc/en_US.ISO8859-1/books/handbook/index.html">
|
|
||||||
<title>The Handbook has moved</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body bgcolor="#ffffff">
|
|
||||||
<p>The Handbook is no longer accessible at this location. Please use
|
|
||||||
<a href="../doc/en_US.ISO8859-1/books/handbook/index.html">../doc/en_US.ISO8859-1/books/handbook/index.html</a>
|
|
||||||
to reach it. You should be automatically redirected there in a few
|
|
||||||
seconds. If not, please follow the link, and update your bookmarks.
|
|
||||||
We apologize for the inconvenience.</p>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Reference in a new issue