# 토픽 생성 시 올바른 URL 형식을 설정하는 방법?

**URL:** https://meta.discourse.org/t/how-to-configure-correct-url-formation-when-creating-a-topic/291518
**Category:** Development
**Created:** [1월 13, 2024, 10:05오전 UTC](https://meta.discourse.org/t/how-to-configure-correct-url-formation-when-creating-a-topic/291518 "2024-01-13T10:05:26Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![RubyLink](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rubylink/32/354637_2.png) [@RubyLink](https://meta.discourse.org/u/RubyLink)
#### Post date: [1월 13, 2024, 10:05오전 UTC](https://meta.discourse.org/t/how-to-configure-correct-url-formation-when-creating-a-topic/291518/1 "2024-01-13T10:05:26Z")

</div>

주제를 생성할 때 URL은 [example.com/t/topic/39/과](http://example.com/t/topic/39/%EA%B3%BC) 같은 형태로 생성됩니다. 제목의 키릴 문자가 라틴 문자로 변환되지 않습니다. 하지만 제목에 영어 단어(이 경우 Ruby)가 포함되어 있으면 URL에 반드시 표시됩니다. 예를 들어 [example.com/t/ruby/36입니다](http://example.com/t/ruby/36%EC%9E%85%EB%8B%88%EB%8B%A4). 영어 단어가 2~3개라면 [example.com/t/erb-vs-code/29와](http://example.com/t/erb-vs-code/29%EC%99%80) 같은 형태가 되지만, 키릴 문자는 변환되지 않습니다.

이러한 URL 생성 방식의 이유는 무엇이며, 어떻게 수정할 수 있을까요?

참고로 포럼은 우크라이나어입니다. 문제가 일부 문자(і, ї, є) 때문이라고 가정하고 러시아어로 제목을 게시해 보았지만, 동일한 문제가 발생했습니다. 이 문제는 키릴 문자 전체에 공통적으로 나타납니다.

---

<div class="post-metadata">

### Author: ![itsbhanusharma](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/itsbhanusharma/32/180717_2.png) [@itsbhanusharma](https://meta.discourse.org/u/itsbhanusharma)
#### Post date: [1월 13, 2024, 11:01오전 UTC](https://meta.discourse.org/t/how-to-configure-correct-url-formation-when-creating-a-topic/291518/2 "2024-01-13T11:01:23Z")

</div>

제목 부분은 무시하고 `discourse.example.com/t/~/10`과 같은 구조를 그대로 사용하시면 됩니다.

t와 토픽 ID 사이의 부분을 비워두면 클릭 시 자동으로 채워집니다.
