# 서브폴더 설치에서 「전체 게시물 보기」 버튼이 작동하지 않음

**URL:** https://meta.discourse.org/t/show-full-post-button-doesnt-work-in-subfolder-installations/390811
**Category:** Support
**Tags:** embedding, subfolder
**Created:** [12월 9, 2025, 6:21오후 UTC](https://meta.discourse.org/t/show-full-post-button-doesnt-work-in-subfolder-installations/390811 "2025-12-09T18:21:00Z")
**Posts on this page:** 1
**Showing post:** 29

<div class="post-metadata">

### Author: ![angus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/angus/32/341715_2.png) [@angus](https://meta.discourse.org/u/angus)
#### Post date: [12월 17, 2025, 10:26오후 UTC](https://meta.discourse.org/t/show-full-post-button-doesnt-work-in-subfolder-installations/390811/29 "2025-12-17T22:26:46Z")

</div>

> [@Falco](#):
>
> 그러니까 이번 문제의 근본적인 원인은 올해 1월에 시작되어 TopicEmbed에서 끝부분 슬래시를 제거하기 시작한 위의 PR 때문이라는 건가요?

참고로

> [@angus](#):
>
> 부연 설명을 덧붙이자면, 최신 버전의 Discourse에서 이 두 명령어를 로컬로 실행했을 때 동일한 결과가 나와요. 즉, 기사의 HTML 본문이 반환됩니다.
> 
> ```plaintext
> # 끝부분 슬래시 포함
> TopicEmbed.find_remote("https://tecnoblog.net/noticias/governo-renova-app-da-cnh-para-baratear-obtencao-do-documento/")
> 
> # 끝부분 슬래시 미포함
> TopicEmbed.find_remote("https://tecnoblog.net/noticias/governo-renova-app-da-cnh-para-baratear-obtencao-do-documento")
> 
> # 동일한 결과 생성
> 
> ```

> [@Falco](#):
>
> 이 변경 사항에 대해 마음이 복잡합니다. 솔직히 말해서, 관리자가 보내준 값을 존중하는 쪽이 더 좋았을 것 같아요.

그 변경 사항을 수행한 이유는 [WP Discourse](https://github.com/discourse/wp-discourse) 임베드와 자바스크립트 임베드의 동작 방식 사이에 일관성이 없었기 때문입니다. 자바스크립트 임베드는 항상 URL을 정규화(normalise)해 왔지만, [WP Discourse](https://github.com/discourse/wp-discourse) 임베드는 다른 경로를 통해 들어와 URL을 정규화하지 않았습니다(우리가 변경하기 전까지는요). 이로 인해 다른 일관성 문제들이 발생했습니다.

---

_[View the full topic](https://meta.discourse.org/t/show-full-post-button-doesnt-work-in-subfolder-installations/390811)._
