# Settings/Legal alternative URLs are being ignored after update

**URL:** https://meta.discourse.org/t/settings-legal-alternative-urls-are-being-ignored-after-update/199214
**Category:** Bug
**Created:** [August 5, 2021, 3:17am UTC](https://meta.discourse.org/t/settings-legal-alternative-urls-are-being-ignored-after-update/199214 "2021-08-05T03:17:45Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [August 13, 2021, 4:31pm UTC](https://meta.discourse.org/t/settings-legal-alternative-urls-are-being-ignored-after-update/199214/8 "2021-08-13T16:31:16Z")

</div>

> [@Paul\_King](#):
>
> If it is possible to track down the FAQ topic ID, that would be good - if only for anyone else striking the same issue of messed up pre seeded topics.

For the FAQ topic the site setting name is `guidelines_topic_id`

I found it in this post: [How to fix faq, privacy policy and tos page? - #3 by rieko](https://meta.discourse.org/t/how-to-fix-faq-privacy-policy-and-tos-page/179013/3).

It might be best to first check to see if the old TOS, Privacy, and FAQ topics exist. You could do that by checking the value of each of these site settings from the Rails console, then checking to see if you can find the deleted topics via the UI:

- `tos_topic_id`
- `privacy_topic_id`
- `guidelines_topic_id`

With the ID that is returned from each setting, you can try to find the deleted topic by going to `/t/-/<topic_id_from_setting_value>`. If the topic exists, it should be possible to undelete it through the user interface. If the topics do not exist, my assumption is that new topics can be created in the Staff category. You will then be able to set those topic ids as the value of each of the settings I listed above. I have not tried doing this myself, but I can test it out on my local dev site if you are unsure about making the change on your site.

---

_[View the full topic](https://meta.discourse.org/t/settings-legal-alternative-urls-are-being-ignored-after-update/199214)._
