# .com이 아닌 다른 도메인의 문자열이 링크로 변환되지 않음

**URL:** https://meta.discourse.org/t/strings-with-other-domains-than-com-dont-turn-into-links/133666
**Category:** Support
**Created:** [11월 18, 2019, 9:30오전 UTC](https://meta.discourse.org/t/strings-with-other-domains-than-com-dont-turn-into-links/133666 "2019-11-18T09:30:05Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Stewen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stewen/32/161451_2.png) [@Stewen](https://meta.discourse.org/u/Stewen)
#### Post date: [11월 18, 2019, 9:30오전 UTC](https://meta.discourse.org/t/strings-with-other-domains-than-com-dont-turn-into-links/133666/1 "2019-11-18T09:30:05Z")

</div>

여러분, 안녕하세요.

이 포럼에서 제 궁금증에 대한 답을 찾으려고 꽤 노력해 보았지만, 불행히도 그런 답변이 있는 게시글을 찾지 못했습니다.

링크를 삽입할 수 있는 기능이 있다는 것은 알고 있지만, 일부 사용자는 www.google.com처럼 링크를 직접 입력하는 것을 선호하는 것 같습니다. 그런데 어째서인지 다른 도메인(우리나라의 .cz 도메인 포함)의 링크는 문자열이 링크로 변환되지 않는 것 같습니다:

www.zaletsi.cz  
www.letenkyzababku.sk  
www.ru.nl

이런 식으로요.

적어도 .cz 도메인에 대해서는 이 설정을 변경할 수 있는 방법이 있을까요? 🙂

미리 감사드립니다.

---

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [11월 18, 2019, 10:19오전 UTC](https://meta.discourse.org/t/strings-with-other-domains-than-com-dont-turn-into-links/133666/2 "2019-11-18T10:19:05Z")

</div>

> [@Stewen](#):
>
> www.zaletsi.cz  
> www.letenkyzababku.sk  
> www.ru.nl

기본적으로 이 주소들은 링크로 처리되지 않지만, 매우 쉽게 작동하도록 만들 수 있습니다.

`markdown_linkify_tlds` 사이트 설정에 해당 TLD를 추가하기만 하면 됩니다.

변경 사항 이후에 작성된 새 게시글에는 해당 주소들이 링크로 표시됩니다. 이전 게시글의 경우 변경 사항이 적용되도록 다시 생성(rebake)해야 합니다. 이를 위해 다음과 같은 명령을 사용할 수 있습니다.

```plaintext
./launcher enter app
rake posts:rebake

```

---

<div class="post-metadata">

### Author: ![Stewen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stewen/32/161451_2.png) [@Stewen](https://meta.discourse.org/u/Stewen)
#### Post date: [11월 18, 2019, 12:48오후 UTC](https://meta.discourse.org/t/strings-with-other-domains-than-com-dont-turn-into-links/133666/3 "2019-11-18T12:48:04Z")

</div>

와, 꽤 쉬웠네요! 많이 도와주셔서 감사합니다. 😉

---

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [11월 18, 2019, 1:15오후 UTC](https://meta.discourse.org/t/strings-with-other-domains-than-com-dont-turn-into-links/133666/4 "2019-11-18T13:15:01Z")

</div>


