For novices who have just started to build a website, there are many things they need to understand and learn. To build a website, you first need to purchase a server, then purchase a domain name, then domain name resolution, and finally domain name registration and other major process steps. This section will introduce the steps of domain name resolution. The server used here is Alibaba Cloud server, and servers on other platforms will not be introduced for the time being. The specific steps are as follows. 1. Open the Alibaba Cloud official website, log in to your Alibaba Cloud account, and enter the console. 2. On the main interface of the console, find the drop-down menu in the left menu bar, and find the "Domain Name" option, the option with a globe icon, and click it to enter the domain name console. 3. After entering the domain name console, you can see the domain name under the Alibaba Cloud account, and then click on the right side of the domain name that needs to be resolved. There is a "Resolve" button, click to enter. 4. Before entering the domain name resolution interface, you need to go to the purchased "Cloud Server ECS", enter the purchased server overview interface, then find the specific "Instance", then find the server public IP address of the instance, and copy it. 5. On the domain name resolution interface, click the "Add Record" button. 6. Fill in the specific parameters for adding records. 1. Record type. It should be noted that there are only two types of records for parsing content. If it is a cloud server or VPS, choose A, and if it is a virtual host, choose CNAME. 2. Host records. If you don’t understand, there is a question mark behind this option. You can click it to see what the host record means. Simply put, it is the prefix of the domain name. 3. Analyze the circuit. Just select System Default. 4. Record the value. Refers to the external IP address of the server/virtual host. To view the external IP address, just go to the purchased server details. 5.TTL. Generally, the system default is sufficient, the default of 10 minutes is sufficient. 7. After filling in the form to add the record, click the "OK" button to complete the analysis. Notice: 1. The example here only parses a prefix. If a website wants to be accessible both with and without the www prefix, it needs to resolve at least these two cases. After the domain name resolution is completed, you can access the website after waiting for a few minutes. 2. The above domain name resolution operation is based on the resolution of the website that holds the domain name by default. If it is not resolved on the website that holds the domain name, you need to modify the DNS. This concludes this article on the steps to implement domain name resolution on Alibaba Cloud Server (novice tutorial). For more information about Alibaba Cloud Server domain name resolution, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Detailed tutorial on using the Prettier Code plugin in vscode
>>: Detailed tutorial on installing mysql-8.0.20 under Linux
Introduction: Nginx (pronounced the same as engin...
flex layout Definition: The element of Flex layou...
Copy code The code is as follows: <a href=# ti...
Although Microsoft provides T4 templates, I find ...
Table of contents 1. Analysis of MySQL architectu...
Table of contents 1. Scene layout 2. Add a handle...
1. readonly read-only attribute, so you can get th...
Table of contents getApp() Define variables at th...
Hello everyone, today we will talk about how to u...
Effect If you use it, please optimize the code an...
Table of contents Inheritance and prototype chain...
Preface MySQL slow query log is a function that w...
1. Introduction The EXPLAIN statement provides in...
Table of contents Review of Object.defineProperty...
Docker is divided into CE and EE. The CE version ...