> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.xynta.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# What is the difference between a domain pointer and an alias?

A **domain pointer** redirects one domain name to the content of another domain on the same server. Both domains show the same website, but the URL changes to the destination domain.

An **alias** (or "domain alias") also displays the same website as another domain but keeps the original URL visible in the browser's address bar.
---

### Difference in URL display

* **Domain pointer:** The URL changes to the destination domain.
* **Alias:** The original URL remains visible.
---

### Example

* With a **domain pointer** from `pointer.nl` to `voorbeeld.cc`:
* When visiting `pointer.nl`, the URL automatically changes to `voorbeeld.cc`.
* This functions as an HTTP 301 (permanent) redirect.
* With a **domain alias** from `pointer.nl` to `voorbeeld.cc`:
* When visiting `pointer.nl`, the URL remains `pointer.nl`.
* The content from `voorbeeld.cc` is displayed without changing the URL.
---

💬 Need advice on which option suits your needs best? Feel free to contact us!