DOCS: document redirect types (#3585)

This commit is contained in:
Will Power 2025-05-28 15:01:09 +01:00 committed by GitHub
parent 8c69cee517
commit 1d148f430b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 22 additions and 3 deletions

View file

@ -11,5 +11,11 @@ parameter_types:
---
{% hint style="info" %}
Documentation needed.
This is provider specific type of record and not a DNS standard. It may behave differently for each provider that handles it.
{% endhint %}
### Namecheap
This is a URL Redirect record with a type of "Masked", it creates a framed HTML page to the target.
You can read more at the [Namecheap documentation](https://www.namecheap.com/support/knowledgebase/article.aspx/385/2237/how-to-set-up-a-url-redirect-for-a-domain/).

View file

@ -11,5 +11,11 @@ parameter_types:
---
{% hint style="info" %}
Documentation needed.
This is provider specific type of record and not a DNS standard. It may behave differently for each provider that handles it.
{% endhint %}
### Namecheap
This is a URL Redirect record with a type of "Unmasked", it creates a 302 redirect to the target.
You can read more at the [Namecheap documentation](https://www.namecheap.com/support/knowledgebase/article.aspx/385/2237/how-to-set-up-a-url-redirect-for-a-domain/)

View file

@ -2,6 +2,7 @@
name: URL301
parameters:
- name
- target
- modifiers...
parameter_types:
name: string
@ -10,5 +11,11 @@ parameter_types:
---
{% hint style="info" %}
Documentation needed.
This is provider specific type of record and not a DNS standard. It may behave differently for each provider that handles it.
{% endhint %}
### Namecheap
This is a URL Redirect record with a type of "Permanent", it creates a 301 redirect to the target.
You can read more at the [Namecheap documentation](https://www.namecheap.com/support/knowledgebase/article.aspx/385/2237/how-to-set-up-a-url-redirect-for-a-domain/).