# Redirect / for non-logged in users?

**URL:** https://meta.discourse.org/t/redirect-for-non-logged-in-users/33500
**Category:** Feature
**Created:** [September 20, 2015, 5:28pm UTC](https://meta.discourse.org/t/redirect-for-non-logged-in-users/33500 "2015-09-20T17:28:33Z")
**Posts on this page:** 1
**Showing post:** 19

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [April 27, 2016, 5:19pm UTC](https://meta.discourse.org/t/redirect-for-non-logged-in-users/33500/19 "2016-04-27T17:19:02Z")

</div>

I’ve added a new widget setting to customize that url in this commit:

[https://github.com/discourse/discourse/commit/02f771e66ead3fb6e861bfa1fd41d8c65d10ab1d](https://github.com/discourse/discourse/commit/02f771e66ead3fb6e861bfa1fd41d8c65d10ab1d)

Here’s an example of how to use it via a customization:

```html
<script type="text/discourse-plugin" version="0.4">
  api.changeWidgetSetting('home-logo', 'href', '/new-url')
</script>

```

Just replace `/new-url` whatever you want the path to be and you should be good to go.

---

_[View the full topic](https://meta.discourse.org/t/redirect-for-non-logged-in-users/33500)._
