summaryrefslogtreecommitdiff
path: root/apache/vhosts.m4/redir.m4
diff options
context:
space:
mode:
Diffstat (limited to 'apache/vhosts.m4/redir.m4')
-rw-r--r--apache/vhosts.m4/redir.m47
1 files changed, 0 insertions, 7 deletions
diff --git a/apache/vhosts.m4/redir.m4 b/apache/vhosts.m4/redir.m4
deleted file mode 100644
index b9d58ba..0000000
--- a/apache/vhosts.m4/redir.m4
+++ /dev/null
@@ -1,7 +0,0 @@
-<VirtualHost *>
- ServerName _REDIRHOST
- ServerAlias *._JOKERHOST
- RewriteEngine On
- RewriteRule / http://_HOST/ [R]
- TransferLog /dev/null
-</VirtualHost>