# Uploaded avatars and Gravatar not working with subfolder installation

**URL:** https://meta.discourse.org/t/uploaded-avatars-and-gravatar-not-working-with-subfolder-installation/38114
**Category:** Bug
**Created:** [18 בינואר,‏ 2016,‏ 2:18pm UTC](https://meta.discourse.org/t/uploaded-avatars-and-gravatar-not-working-with-subfolder-installation/38114 "2016-01-18T14:18:07Z")
**Posts on this page:** 1
**Showing post:** 13

<div class="post-metadata">

### Author: ![neil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neil/32/102150_2.png) [@neil](https://meta.discourse.org/u/neil)
#### Post date: [20 בינואר,‏ 2016,‏ 9:07pm UTC](https://meta.discourse.org/t/uploaded-avatars-and-gravatar-not-working-with-subfolder-installation/38114/13 "2016-01-20T21:07:23Z")

</div>

I just tested it and custom uploads and gravatar avatars are working on `/forum/en` for me. But they weren’t at first because I forgot to setup the proper sub-subfolder in public.

```plaintext
cd /var/www/discourse/public
mkdir -p forum/en
cd forum/en
ln -s ../../uploads

```

Maybe you forgot to do that too @Strikki_Strik?

---

_[View the full topic](https://meta.discourse.org/t/uploaded-avatars-and-gravatar-not-working-with-subfolder-installation/38114)._
