Show
Ignore:
Timestamp:
02/08/07 14:11:20 (2 years ago)
Author:
moseley
Message:

Add redirect for swish-e.com

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • swish_website/etc/httpd.conf.tt

    r1902 r1909  
    162162 
    163163[% IF web_site %] 
     164 
     165 
     166#-----------------------------------------------------------------------# 
     167#                  swish-e.com                                          # 
     168#-----------------------------------------------------------------------# 
     169<VirtualHost [% host_port %]> 
     170 
     171    ServerName  swish-e.com 
     172    ServerAlias www.swish-e.com 
     173 
     174    Redirect permanent / http://swish-e.org/ 
     175</VirtualHost> 
     176 
     177 
    164178#-----------------------------------------------------------------------# 
    165179#                  swish-e.org                                          #