More needs to be added to eg_vhost.conf when upgrading an
existing installation.
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
[source,conf]
--------------------------------------------------------------------------
+RewriteCond %{REQUEST_URI} ^/eg2/
+RewriteCond %{REQUEST_URI} !^/eg2/([a-z]{2}-[A-Z]{2})/
+RewriteRule ^/eg2/(.*) https://%{HTTP_HOST}/eg2/en-US/$1 [R=307,L]
+
<Directory "/openils/var/web/eg2/en-US">
FallbackResource /eg2/en-US/index.html
</Directory>