From 5ba2922524785654139fbbd2a63047e6b33de1ec Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 5 Apr 2011 20:54:21 +0100 Subject: cgi --- confs/apache | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'confs') diff --git a/confs/apache b/confs/apache index 956fd31..b3c3e4b 100644 --- a/confs/apache +++ b/confs/apache @@ -21,7 +21,9 @@ RewriteCond %{HTTPS} on RewriteRule ^/$ /usr/local/shorten/htdocs/form.html [L] - RewriteRule ^/(.*)$ /usr/local/shorten/cgi/shorten.pl/$1 [H=cgi-script,L] + RewriteRule ^/add /usr/local/shorten/htdocs/not_there [L] + + RewriteRule ^/(.*)$ /usr/local/shorten/cgi/shorten.pl/$1 [H=cgi-script,B,L] -- cgit v1.2.3