From 37b4e3de69e38d7dc11aaa3c2eb07981c24846aa Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 5 Apr 2011 21:32:53 +0100 Subject: config change --- confs/apache | 5 ----- 1 file changed, 5 deletions(-) (limited to 'confs/apache') diff --git a/confs/apache b/confs/apache index 50f733c..6184fb9 100644 --- a/confs/apache +++ b/confs/apache @@ -16,9 +16,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] @@ -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] -- cgit v1.2.3