URL Redirects
As of the writing of this document, NHMLAC is "deep-linking" to the ACME white label site. ACME URLs are inserted across various Drupal pages. These links are generally not easily understandable and are subject to change. Therefore, it is best practice to create URL redirects on Drupal so that the ACME links can be changed without having to edit content on Drupal and to make the URLs more human readable.
Redirect patterns
Below is the general pattern of a redirect url:
{domain.org}/tickets/{is-member}/{event-name}
Example:
nhm.org/tickets/non-members/dinofest
parameter-name | description | possible values |
---|---|---|
domain | The domain (website) that should point to the ACME link. | tarpits.org nhmlac.org nhm.org |
tickets | Specifies that the domain is an ACME endpoint. | tickets |
is-member | Designates who has access to the event. If it is an all access event, use events | non-members members events |
event-name | The name of the ticketed event. If this is left blank it will lead to general admission. |