From: dgaudet Date: Wed, 21 Apr 1999 05:01:24 +0000 (+0000) Subject: missing / in example X-Git-Tag: apache-apr-merge-3~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a32933a33506d6a7a879feb8a5031f4bd8aee189;p=thirdparty%2Fapache%2Fhttpd.git missing / in example PR: 3631 Submitted by: Sebastian Andersson git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83086 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/howto.html b/docs/manual/misc/howto.html index df1f45c12eb..88c182355ef 100644 --- a/docs/manual/misc/howto.html +++ b/docs/manual/misc/howto.html @@ -77,7 +77,7 @@ want to compile mod_rewrite into your server.

Here's how to redirect all requests to a script... In the server configuration file, -

ScriptAlias / /usr/local/httpd/cgi-bin/redirect_script
+
ScriptAlias / /usr/local/httpd/cgi-bin/redirect_script/
and here's a simple perl script to redirect requests: