# What is a domain Alias?

## Definition

"A domain alias is a domain name that can be used as an alternate name for another domain." - Source: [Google](https://support.google.com/a/answer/175747?hl=en#zippy=%2Cwhat-are-multiple-domains%2Cwhat-is-a-domain-alias)

For example, if you have two domains for your flower shop business, you can "map" the second domain as an "Alias" of the primary domain. Website visitors will see the Alias in their URL bar when navigating the site.&#x20;

Here's how to configure a domain Alias on your hosting cPanel:

## Relevance to WordPress

When you have a WordPress website (or website of any kind), you can assign Aliases to your website. However, not all servers are ready "out-of-the-box" to map domains to a single website and require [additional configuration](https://docs.domainmappingsystem.com/requirements/server-configuration).&#x20;

Furthermore, your WordPress website needs some extra configuration to "map" each alias to a specific "post" in WordPress (or group of posts).&#x20;

Posts can include any default post type that comes out of the box with WordPress, like Pages, Posts, Products, etc, or any [Custom Post Type](https://kinsta.com/blog/wordpress-custom-post-types/) created by other plugins or themes.&#x20;

## End Goal: Multiple domains on a single WordPress site

At the end of the day, the purpose of creating an Alias domain on your server is to map multiple domains to a single WordPress installation.

[**Domain Mapping System**](https://domainmappingsystem.com/?utm_source=domain_aliases\&utm_medium=docs\&utm_campaign=docs) let's you handle the mapping of domains to specific posts after you've set up your server properly.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/faqs/what-is-a-domain-alias.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
