From c912fdf437152d78799f05b77c26ba4d87a6fbde Mon Sep 17 00:00:00 2001 From: Lorenzo Bragaglia Date: Tue, 28 Jun 2016 16:21:36 +0200 Subject: [PATCH] Add redirect for xstream --- conf/xstream.codehaus.org.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 conf/xstream.codehaus.org.conf diff --git a/conf/xstream.codehaus.org.conf b/conf/xstream.codehaus.org.conf new file mode 100644 index 0000000..b092aba --- /dev/null +++ b/conf/xstream.codehaus.org.conf @@ -0,0 +1,23 @@ + + ServerName xstream.codehaus.org + ServerAdmin support@codehaus.org + RewriteEngine on + + Include ssl.d/WILDCARD.codehaus.org.conf + + Include redirector/includes/abuse.inc + + RedirectPermanent / https://x-stream.github.io/ + + + + + ServerName xstream.codehaus.org + ServerAdmin support@codehaus.org + RewriteEngine on + + Include redirector/includes/abuse.inc + + RedirectPermanent / http://x-stream.github.io/ + + \ No newline at end of file