2020-07-11 01:24:19 -04:00
|
|
|
RewriteEngine on
|
|
|
|
RewriteCond %{HTTP_HOST} ^inv\.claremontmakerspace\.org$
|
2020-07-11 01:26:47 -04:00
|
|
|
RewriteRule ^(CMS[0-9]{5})$ https://inventory.claremontmakerspace.org/hardware/bytag?assetTag=$1 [R,L]
|
2020-07-11 01:24:19 -04:00
|
|
|
RewriteRule . https://inventory.claremontmakerspace.org/ [R,L]
|