# This is the Apache httpd configuration file for the SWITCH WAYF.

Alias /WAYF/images/ /var/www/SWITCHwayf/images/
Alias /WAYF/help/ /var/www/SWITCHwayf/help/
Alias /WAYF/styles /var/www/SWITCHwayf/styles
Alias /WAYF /var/www/SWITCHwayf/WAYF
<Location /WAYF>
  SetHandler php5-script
</Location>
<Location /WAYF/images>
  SetHandler None
</Location>
<Location /WAYF/styles>
  SetHandler None
</Location>

Alias /DS/images/ /var/www/SWITCHwayf/images/
Alias /DS/help/ /var/www/SWITCHwayf/help/
Alias /DS/styles /var/www/SWITCHwayf/styles
Alias /DS /var/www/SWITCHwayf/WAYF
<Location /DS>
  SetHandler php5-script
</Location>
<Location /DS/images>
  SetHandler None
</Location>
<Location /DS/styles>
  SetHandler None
</Location>

# Redirect the top-level page to the WAYF (allows user to manage the
# permanent selection cookie).
RewriteEngine On
RewriteOptions Inherit
RewriteRule   ^/+$  /DS  [L,R]
