summaryrefslogtreecommitdiff
path: root/confs
diff options
context:
space:
mode:
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>