From ade1d59e158c05d8e8d6d19072cd73a9bd99e5d5 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 27 Feb 2026 16:02:03 +0100 Subject: [PATCH] wip #7868 --- .docker/fluidbook-workshop/html/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.docker/fluidbook-workshop/html/.htaccess b/.docker/fluidbook-workshop/html/.htaccess index 8e28dcf44..c79b61ffc 100644 --- a/.docker/fluidbook-workshop/html/.htaccess +++ b/.docker/fluidbook-workshop/html/.htaccess @@ -4,8 +4,8 @@ Options +FollowSymlinks RewriteEngine on RewriteBase / - RewriteRule ^viewerh/(.+)$ https://toolbox.fluidbook.com/fluidbook-publication/preview/$1 [R=308,L] - RewriteRule ^viewer/(.+)$ https://toolbox.fluidbook.com/fluidbook-publication/preview/$1 [R=308,L] + RewriteRule ^viewerh/(.+)$ https://toolbox.fluidbook.com/fluidbook-publication/preview/online/$1 [R=308,L] + RewriteRule ^viewer/(.+)$ https://toolbox.fluidbook.com/fluidbook-publication/preview/online/$1 [R=308,L] RewriteRule ^viewers/(.+)$ https://toolbox.fluidbook.com/fluidbook-publication/preview/scorm/$1 [R=308,L] RewriteRule ^publications$ https://toolbox.fluidbook.com/fluidbook-publication/ [R=308,L] -- 2.39.5