# Site Logo does not respect subfolder setup

**URL:** https://meta.discourse.org/t/site-logo-does-not-respect-subfolder-setup/49216
**Category:** Feature
**Created:** [August 25, 2016, 9:20pm UTC](https://meta.discourse.org/t/site-logo-does-not-respect-subfolder-setup/49216 "2016-08-25T21:20:23Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [August 25, 2016, 9:20pm UTC](https://meta.discourse.org/t/site-logo-does-not-respect-subfolder-setup/49216/1 "2016-08-25T21:20:23Z")

</div>

The logo in the top left of every page uses the site domain as its link. It does not add the subfolder to the URL, meaning that if you right click the link to open it, or open in a new tab or window it leads to the root domain and not the forum subfolder.

---

<div class="post-metadata">

### Author: ![kuyashi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kuyashi/32/82068_2.png) [@kuyashi](https://meta.discourse.org/u/kuyashi)
#### Post date: [August 25, 2016, 9:22pm UTC](https://meta.discourse.org/t/site-logo-does-not-respect-subfolder-setup/49216/2 "2016-08-25T21:22:17Z")

</div>

What is your site URL ?

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [August 25, 2016, 9:23pm UTC](https://meta.discourse.org/t/site-logo-does-not-respect-subfolder-setup/49216/3 "2016-08-25T21:23:58Z")

</div>

Not publicly accessible, but it is [http://leet.arc.rpi.edu/forum](http://leet.arc.rpi.edu/forum). The logo directs to [http://leet.arc.rpi.edu](http://leet.arc.rpi.edu), except in certain circumstances when left-clicked and it does go to `/forum`.

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [August 25, 2016, 9:28pm UTC](https://meta.discourse.org/t/site-logo-does-not-respect-subfolder-setup/49216/5 "2016-08-25T21:28:07Z")

</div>

The ember router catches `/` and properly send you to `/forum`. Of course that breaks on new pages/tabs.

There is a customization option (script) to override the logo click, so you can make it go to `/forum` or even `another.place/somewhere`.

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [August 25, 2016, 9:44pm UTC](https://meta.discourse.org/t/site-logo-does-not-respect-subfolder-setup/49216/6 "2016-08-25T21:44:45Z")

</div>

> [@Falco](#):
>
> The ember router

So that’s why left click works. I guess I’m going to make this a #Contribute > Feature request then: the logo should take the subfolder from `app.yml` and use it.
