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
<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: