# 重定向都在哪里？

**URL:** <https://meta.discourse.org/t/where-are-all-the-redirections/233093>\
**Category:** Support\
**Created:** [2022年七月17日 11:49 UTC](https://meta.discourse.org/t/where-are-all-the-redirections/233093 "2022-07-17T11:49:26Z")\
**Posts on this page:** 5\
**Page:** 1

<div class="post-metadata">

**Author:** ![riteshsaini](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riteshsaini/32/266453_2.png) [@riteshsaini](https://meta.discourse.org/u/riteshsaini)\
**Post date:** [2022年七月17日 11:49 UTC](https://meta.discourse.org/t/where-are-all-the-redirections/233093/1 "2022-07-17T11:49:26Z")

</div>

您好，

我创建了两个重定向。它们都没有显示在 **固定链接** 页面上。

我以为它们没有被添加，所以我再次添加了相同的重定向，结果出现了这个错误：

“发生错误：URL已被占用”

如何删除或修改重定向？

---

<div class="post-metadata">

**Author:** ![riteshsaini](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riteshsaini/32/266453_2.png) [@riteshsaini](https://meta.discourse.org/u/riteshsaini)\
**Post date:** [2022年七月17日 11:54 UTC](https://meta.discourse.org/t/where-are-all-the-redirections/233093/2 "2022-07-17T11:54:52Z")

</div>

好的，我明白了。实际上，我添加了 `display:none;` 到 `.loading-container`，因为它在帖子下方添加了一条分散注意力的线。

有什么方法可以在不隐藏 `.loading-container` 的情况下移除它创建的边框吗？

---

<div class="post-metadata">

**Author:** ![Don](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/don/32/228726_2.png) [@Don](https://meta.discourse.org/u/Don)\
**Post date:** [2022年七月17日 13:26 UTC](https://meta.discourse.org/t/where-are-all-the-redirections/233093/3 "2022-07-17T13:26:30Z")

</div>

您好，

如果您指的是最后一个帖子下方的这行文字，它是用于主题状态和计时器的。

 ![Screenshot 2022-07-17 at 15.18.20](https://global.discourse-cdn.com/meta/original/4X/2/6/a/26a3bc9166e8e09dcf58f3b54fe8ec7081355a48.png)

您可以使用此方法隐藏它。

```scss
.topic-status-info,
.topic-timer-info {
  border-top: none;
}

```

---

<div class="post-metadata">

**Author:** ![riteshsaini](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riteshsaini/32/266453_2.png) [@riteshsaini](https://meta.discourse.org/u/riteshsaini)\
**Post date:** [2022年七月17日 14:56 UTC](https://meta.discourse.org/t/where-are-all-the-redirections/233093/4 "2022-07-17T14:56:03Z")

</div>

完美运行。再次感谢 @Don，你最棒了 🙂

Discourse 的 CSS 对我来说有点复杂。我大部分时间甚至都找不到负责的类。

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2022年八月16日 14:56 UTC](https://meta.discourse.org/t/where-are-all-the-redirections/233093/5 "2022-08-16T14:56:46Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
