Docs: Update apache_rewrite_tricks.adoc to further address LP1837753
authorGina Monti <gmonti@biblio.org>
Thu, 8 Jul 2021 19:02:22 +0000 (15:02 -0400)
committerAndrea Buntz Neiman <abneiman@equinoxinitiative.org>
Thu, 22 Jul 2021 18:50:49 +0000 (14:50 -0400)
Signed-off-by: Andrea Buntz Neiman <abneiman@equinoxinitiative.org>

docs/modules/admin/pages/apache_rewrite_tricks.adoc

index 5008cb3..4b775d8 100644 (file)
@@ -70,10 +70,10 @@ RewriteRule . - [E=eglibid:${eglibid:${lowercase:%{HTTP_HOST}}|CONS}]
 [source,txt]
 ----
 # Comments can be included
-# Multiple TLDs for Branch 1
+# Multiple hostnames for Branch 1
 branch1.example.com BRANCH1
 branch1.example.net BRANCH1
-# Branches 2 and 3 don't have alternate TLDs
+# Branches 2 and 3 don't have alternate hostnames
 branch2.example.com BRANCH2
 branch3.example.com BRANCH3
 ----