summaryrefslogtreecommitdiff
path: root/confs
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2011-04-05 20:54:21 +0100
committerdakkar <dakkar@thenautilus.net>2011-04-05 20:54:21 +0100
commit5ba2922524785654139fbbd2a63047e6b33de1ec (patch)
treed060fbe363f0d5494de3bbb90b47c4d413326a12 /confs
parentapache conf (diff)
downloadMyShorten-5ba2922524785654139fbbd2a63047e6b33de1ec.tar.gz
MyShorten-5ba2922524785654139fbbd2a63047e6b33de1ec.tar.bz2
MyShorten-5ba2922524785654139fbbd2a63047e6b33de1ec.zip
cgi
Diffstat (limited to 'confs')
-rw-r--r--confs/apache4
1 files changed, 3 insertions, 1 deletions
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]
<IfModule peruser.c>