Only redirect to inventory.claremontmakerspace.org for empty path
This commit is contained in:
parent
e70c8f5266
commit
e15944669f
@ -1,4 +1,4 @@
|
|||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
RewriteCond %{HTTP_HOST} ^inv\.claremontmakerspace\.org$
|
RewriteCond %{HTTP_HOST} ^inv\.claremontmakerspace\.org$
|
||||||
RewriteRule ^(CMS[0-9]{5})$ https://inv.claremontmakerspace.org/index.html?$1 [R,L]
|
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]
|
||||||
|
Loading…
Reference in New Issue
Block a user