> For the complete documentation index, see [llms.txt](https://docs.sikka.io/tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sikka.io/tutorials/general-tutorials/how-to-verify-a-domain-for-apple.md).

# How to verify a domain for Apple

## Wordpress Website

* create a folder inside public\_html called `./well-known`
* Place the `apple-developer-merchantid-domain-association.txt` file inside the `./well-known` folder

***

## Node Website

To verify domain for apple by following these steps:

1. Upload the file directly in public folder in git
2. All website installed in the server in this path /www/wwwroot/your\_domain\_name for example the main path for domain [qawaim.app](http://qawaim.app) in the server is /www/wwwroot/qawaim.app
3. Now we need to edit the config for nginx so go to <http://sikka-a02.sikka.io:8888/65675aa2> and type username and password you will see something like this:

<figure><img src="https://1374860834-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXvLhnsk3scIM87cxn8EL%2Fuploads%2FRuxgSQyYdxmLdlGkRnUM%2Fapple-domain-1.png?alt=media&amp;token=41f43c11-8f03-4791-8d59-11789cbc3e63" alt=""><figcaption></figcaption></figure>

4. There is a menu bar on the left side of your screen. click on **Websites** to open the following window-in the table you find all running&#x20;

<figure><img src="https://1374860834-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXvLhnsk3scIM87cxn8EL%2Fuploads%2F10w9AIrppAvPwbzsAAwq%2Fapple-domain-2.png?alt=media&amp;token=2dbfbf07-d47f-48a4-bfef-5a5650dd140f" alt=""><figcaption></figcaption></figure>

5. Click the nickname of the website to manage it's settings
6. Choose "Config file" from the side menu of the modal
7. Add the following line (Replace [qawaim.app](http://qawaim.app) with the new domain you want to verify):

```
location = /.well-known/apple-developer-merchantid-domain-association.txt {
      alias /www/wwwroot/qawaim.app/public/apple-developer-merchantid-domain-association.txt;
    }
```

<figure><img src="https://1374860834-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXvLhnsk3scIM87cxn8EL%2Fuploads%2F9ztTFodJYzKd7cs5llCQ%2Fapple-domain-3.jpg?alt=media&amp;token=70ce6b5c-a0a9-4b8c-a7c5-7350a177088a" alt=""><figcaption></figcaption></figure>

### Current Running Websites

| Nickname           | Link               |
| ------------------ | ------------------ |
| SikkaAdminLink     | link.sikka.sa      |
| SikkaAdminCheckout | checkout.sikka.sa  |
| SikkaAdmin         | admin.sikka.sa     |
| SikkaAdminApi      | api.sikka.sa       |
| OnecardLanding     | onecard.zone       |
| OnecardUserPortal  | my.onecard.zone    |
| OnecardLinkPortal  | link.onecard.zone  |
| OnecardAdmin       | admin.onecard.zone |
| OnecardApi         | api.onecard.zone   |
| WordaApp           | worda.app          |
| WordaApi           | api.worda.app      |
| QawaimLanding      | qawaim.app         |
| QawaimMenuPortal   | link.qawaim.app    |
| QawaimUserPortal   | my.qawaim.app      |
| QawaimAdmin        | admin.qawaim.app   |
| QawaimApi          | api.qawaim.app     |
