Comment 15 for bug 1892435

Revision history for this message
Terran McCanna (tmccanna) wrote :

FYI, we implemented Chris Burton's workaround for this, which is to add redirects to the Apache config file to force use of the eg2 splash page:

RewriteRule ^/eg/staff$ https://%{HTTP_HOST}/eg/staff/ [R=301,L]
RewriteRule ^/eg/staff/$ https://%{HTTP_HOST}/eg2/en-US/staff/ [R=301,L]
RewriteRule ^/eg/staff/splash$ https://%{HTTP_HOST}/eg2/staff/splash [R=301,L]