From e15944669f45ddfa5f9a54c5b6b0797a0ba155a6 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 16 Nov 2020 15:53:06 -0500 Subject: [PATCH] Only redirect to inventory.claremontmakerspace.org for empty path --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index cc90c88..cd05d85 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,4 @@ RewriteEngine on RewriteCond %{HTTP_HOST} ^inv\.claremontmakerspace\.org$ RewriteRule ^(CMS[0-9]{5})$ https://inv.claremontmakerspace.org/index.html?$1 [R,L] -RewriteRule . https://inventory.claremontmakerspace.org/ [R,L] +RewriteRule ^$ https://inventory.claremontmakerspace.org/ [R,L]