diff options
Diffstat (limited to 'apache/vhosts.d/0DEFAULT')
-rw-r--r-- | apache/vhosts.d/0DEFAULT | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/apache/vhosts.d/0DEFAULT b/apache/vhosts.d/0DEFAULT deleted file mode 100644 index 364a825..0000000 --- a/apache/vhosts.d/0DEFAULT +++ /dev/null @@ -1,17 +0,0 @@ -<VirtualHost *> -ServerName 107b.dk -ServerAlias www -ServerAdmin webmaster@107b.dk -DocumentRoot /home/web/websites/107b.dk - -ScriptAlias /cgi-bin/ /home/web/webscripts/107b.dk/ -User web -Group web -</VirtualHost> - -<VirtualHost *> -ServerName www.107b.dk -RewriteEngine On -RewriteRule / http://107b.dk/ [R] -TransferLog /dev/null -</VirtualHost> |