summaryrefslogtreecommitdiff
path: root/confs
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2011-04-05 21:32:53 +0100
committerdakkar <dakkar@thenautilus.net>2011-04-05 21:32:53 +0100
commit37b4e3de69e38d7dc11aaa3c2eb07981c24846aa (patch)
tree09a0f67b8c4f3f3189f825d8ec0af1728aab43f9 /confs
parentbetter path handling (diff)
downloadMyShorten-37b4e3de69e38d7dc11aaa3c2eb07981c24846aa.tar.gz
MyShorten-37b4e3de69e38d7dc11aaa3c2eb07981c24846aa.tar.bz2
MyShorten-37b4e3de69e38d7dc11aaa3c2eb07981c24846aa.zip
config change
Diffstat (limited to 'confs')
-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]