From: Bill Erickson Date: Wed, 2 May 2018 15:18:25 +0000 (-0400) Subject: LP#1626157 /eg2 Apache configs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=02836fc565dfa9b1d318cb3d049f09095e7cbea2;p=working%2FEvergreen.git LP#1626157 /eg2 Apache configs Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/examples/apache/eg_vhost.conf.in b/Open-ILS/examples/apache/eg_vhost.conf.in index 501b5e2f39..0c0361ed6c 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf.in +++ b/Open-ILS/examples/apache/eg_vhost.conf.in @@ -826,3 +826,10 @@ RewriteRule ^/openurl$ ${openurl:%1} [NE,PT] # and you will suffer a performance hit. #RewriteCond %{HTTPS} off #RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [NE,R,L] + + + + FallbackResource /eg2/index.html + + + diff --git a/Open-ILS/examples/apache_24/eg_vhost.conf.in b/Open-ILS/examples/apache_24/eg_vhost.conf.in index 73d6239222..c8251b7d2a 100644 --- a/Open-ILS/examples/apache_24/eg_vhost.conf.in +++ b/Open-ILS/examples/apache_24/eg_vhost.conf.in @@ -823,3 +823,8 @@ RewriteRule ^/openurl$ ${openurl:%1} [NE,PT] # and you will suffer a performance hit. #RewriteCond %{HTTPS} off #RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [NE,R,L] + + + FallbackResource /eg2/index.html + +