From: Vincent Vanwaelscappel Date: Fri, 27 Feb 2026 15:02:03 +0000 (+0100) Subject: wip #7868 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ade1d59e158c05d8e8d6d19072cd73a9bd99e5d5;p=fluidbook-toolbox.git wip #7868 --- 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]