Commit 3f39f272 authored by dgaudet's avatar dgaudet
Browse files

missing / in example

PR:		3631
Submitted by:	Sebastian Andersson <sa@hogia.net>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83086 13f79535-47bb-0310-9956-ffa450edef68
parent b5600a5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ want to compile mod_rewrite into your server.

<P>Here's how to redirect all requests to a script... In the server
configuration file,
<BLOCKQUOTE><PRE>ScriptAlias / /usr/local/httpd/cgi-bin/redirect_script</PRE>
<BLOCKQUOTE><PRE>ScriptAlias / /usr/local/httpd/cgi-bin/redirect_script/</PRE>
</BLOCKQUOTE>

and here's a simple perl script to redirect requests: