# 크롬에서 URL이 작동하지 않을 때 해결 방법

**URL:** https://meta.discourse.org/t/help-with-urls-not-working-on-chrome/358377
**Category:** Support
**Created:** [3월 21, 2025, 7:16오후 UTC](https://meta.discourse.org/t/help-with-urls-not-working-on-chrome/358377 "2025-03-21T19:16:23Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [3월 22, 2025, 2:08오후 UTC](https://meta.discourse.org/t/help-with-urls-not-working-on-chrome/358377/7 "2025-03-22T14:08:14Z")

</div>

오, 이미 _forum_ 서브도메인을 사용하고 계시군요.

SSL 관련 경고가 표시되는 이유는 Cloudflare에서 제공하는 **무료** Universal SSL 인증서가 서브도메인 레벨 하나만 커버하기 때문입니다. 따라서 `www.forum.domain.com`에서는 작동하지 않습니다.

첫 번째 메시지의 가이드를 따르고 discourse/let’s encrypt(무료)가 `www.forum.`을 처리하도록 하는 것이 더 쉽다고 생각합니다.  
다음과 같이 조치해 주세요:

- 해당 페이지 리디렉션 규칙을 삭제하세요.
- `100::`을 가리키는 AAAA DNS 레코드를 삭제하세요.
- IP를 가리키는 기존 `www.forum` DNS 레코드가 있다면 삭제하세요.
- `www.forum`을 `forum.alltiago.com`으로 가리키는 CNAME 레코드를 **DNS Only** (프록시 없음)로 생성하세요.
- 그런 다음 [가이드](https://meta.discourse.org/t/set-up-let-s-encrypt-with-multiple-domains-redirects/56685)를 따르세요. 예:  
 ![The image shows a code snippet with hooks for modifying file and variable names in a script, used to obfuscate paths involving sensitive information to prevent reverse engineering. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/6/9/9/69906bca6771afc658566d4b4ed6fe26702e0640.png)
- 재구축(rebuild)을 하면 완료됩니다!

이렇게 하면:

- 모든 HTTP 요청이 `https://forum.alltiago.com`으로 리디렉션됩니다.
- `www.forum.alltiago.com`은 `forum.alltiago.com`으로 리디렉션됩니다.

저도 직접 테스트해 보았는데, 아주 잘 작동합니다.

---

_[View the full topic](https://meta.discourse.org/t/help-with-urls-not-working-on-chrome/358377)._
