# 5. 설정 및 테스트

## 아래 항목을 구현하시오

1. **`www`** or **`dev`** or **`info`**.yourdomain.com 에 HTTPS로 접속이 되는가?
2. `www.yourdomain.com/` 접속 시 동물 소개페이지가 뜨는가?
3. `www.yourdomain.com` 페이지에서 contact 에 글이 쓰이는가?
4. `www.yourdomain.com` 페이지에서 Display guestbook에서 글이 보이는가?
5. `www.yourdomain.com/check/` 페이지에서 web1, web2 번의 호스트 네임이 보이는가?
6. `www.yourdomain.com/news/?page=숫자` 시 news 기사가 각 페이지에 맞게 보이는가?\
   단) 다른 2차 도메인(dev,info)으로 접근 시 페이지가 뜨면 안됩니다.
7. `dev.yourdomain.com/` 접속 시 개발 화면이 보이는가?
8. `info.yourdomain.com/` 접속 시 각 서버 정보가 보이는가?

모두 설정이 끝나면 DM 주세요


---

# 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://newbie.gitbook.io/quest-alb-rule/5..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.
