# .htaccess necessary to turn on berylium overlay
RewriteEngine On
RewriteCond    %{QUERY_STRING} ^.+
RewriteRule   ^.*      /be2 [PT,L]
RewriteCond   %{REQUEST_FILENAME} !-f
RewriteCond   %{REQUEST_FILENAME}/index.html !-f
RewriteRule   ^.*      /be2 [PT,L]