summaryrefslogtreecommitdiff
path: root/confs/apache
diff options
context:
space:
mode:
Diffstat (limited to 'confs/apache')
-rw-r--r--confs/apache5
1 files changed, 0 insertions, 5 deletions
diff --git a/confs/apache b/confs/apache
index 50f733c..6184fb9 100644
--- a/confs/apache
+++ b/confs/apache
@@ -17,9 +17,6 @@
RewriteEngine On
RewriteCond %{ENV:SSL_PROXY} off
- RewriteRule ^/add$ https://xn--yet.cc/add [R=301,L]
-
- RewriteCond %{ENV:SSL_PROXY} off
RewriteRule ^/$ https://xn--yet.cc/ [R=301,L]
RewriteCond %{ENV:SSL_PROXY} on
@@ -28,8 +25,6 @@
RewriteCond %{ENV:SSL_PROXY} on
RewriteRule ^/$ /usr/local/shorten/htdocs/form.html [L]
- RewriteRule ^/add /usr/local/shorten/htdocs/not_there [L]
-
RewriteRule ^/(.*)$ /usr/local/shorten/cgi/shorten.pl/$1 [H=cgi-script,B,L]