From 5b23d4ac930235ec1372c23fbe4fe38a6366830d Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 7 Nov 2016 12:46:48 +0000 Subject: [PATCH] done #935 @0.75 --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index 56cbc78..ba6c79b 100644 --- a/.htaccess +++ b/.htaccess @@ -24,6 +24,8 @@ RewriteEngine on RewriteBase / + RewriteRule ^demo/(.*)$ https://hosting.fluidbook.com/demo/$1 [R=301,L] + RewriteRule ^google[a-f0-9]*.html$ index.php [L,END] RewriteRule ^BingSiteAuth.xml$ index.php [L,END] -- 2.39.5