From: brian Date: Fri, 26 Feb 1999 00:39:58 +0000 (+0000) Subject: Make paths more portable, since I plan on moving the docroot for apache.org soon. X-Git-Tag: 1.3.5~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c547715a8c6f9835ae9039b36bc4e0cfc7a970bf;p=apache Make paths more portable, since I plan on moving the docroot for apache.org soon. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82849 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/search/manual-index.cgi b/docs/manual/search/manual-index.cgi index 92891dac7c..033529937f 100644 --- a/docs/manual/search/manual-index.cgi +++ b/docs/manual/search/manual-index.cgi @@ -60,7 +60,7 @@ # apache/htdocs/manual directory of the Apache distribution tree). #*** #*** -$INDEX = "/export/pub/apache/manual-index-data"; +$INDEX = "/www/apache.org/manual-index-data"; #*** #***