# Choose URL structure in admin/site\_settings

**URL:** https://meta.discourse.org/t/choose-url-structure-in-admin-site-settings/23847
**Category:** Feature
**Created:** [10 Enero, 2015 14:41 UTC](https://meta.discourse.org/t/choose-url-structure-in-admin-site-settings/23847 "2015-01-10T14:41:30Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![fantasticfears](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fantasticfears/32/119608_2.png) [@fantasticfears](https://meta.discourse.org/u/fantasticfears)
#### Post date: [10 Enero, 2015 15:12 UTC](https://meta.discourse.org/t/choose-url-structure-in-admin-site-settings/23847/2 "2015-01-10T15:12:33Z")

</div>

> [@Disabling English slugfier for topic's URL in Korean language setting](https://meta.discourse.org/t/disabling-english-slugfier-for-topics-url-in-korean-language-setting/23780/6):
>
> * * *
> 
> [zh.wikipedia.org](http://zh.wikipedia.org) use Unicode as url since its start at 2002.
> 
> > [@Disabling English slugfier for topic's URL in Korean language setting](https://meta.discourse.org/t/disabling-english-slugfier-for-topics-url-in-korean-language-setting/23780/6):
> >
> > [http://example.com/안녕하세요-여러분](http://example.com/%EC%95%88%EB%85%95%ED%95%98%EC%84%B8%EC%9A%94-%EC%97%AC%EB%9F%AC%EB%B6%84) is a valid URL

(PS: This quote is broken…)

> [@winterbox](#):
>
> To me, /t/topic/### is just OK, but maybe there are people who want to use other structure types in my country. Also, giving options seems better, so I create this topic.

Thanks to some heavy route logic, it’s not that easy and necessary to implement custom url structure.

I would insist on `/t/:topic_slug/:topic_id` URL structure. There are some custom options applies to `:topic_slug`, which convert as:

- default: anything to `topic`
- english: `Discourse 测试` to `discourse`(current behaviour)
- same as title: `반갑습니다-여러분` to `반갑습니다-여러분`

Does that make sense to you?

---

_[View the full topic](https://meta.discourse.org/t/choose-url-structure-in-admin-site-settings/23847)._
