diff --git a/.htaccess b/.htaccess index e601e66..bcad96b 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,4 @@ RewriteEngine on RewriteCond %{HTTP_HOST} ^inv\.claremontmakerspace\.org$ -RewriteRule ^(.+)$ https://inventory.claremontmakerspace.org/hardware/bytag?assetTag=$1 [R,L] +RewriteRule ^(CMS[0-9]{5})$ https://inventory.claremontmakerspace.org/hardware/bytag?assetTag=$1 [R,L] RewriteRule . https://inventory.claremontmakerspace.org/ [R,L]