# Deployed website not visible

**URL:** https://discourse.roots.io/t/deployed-website-not-visible/5768
**Category:** trellis
**Created:** 2016-01-26T00:17:28Z
**Posts:** 9
**Showing post:** 9 of 9

## Post 9 by @fullyint — 2016-01-28T23:50:20Z

After further scrutinizing your CLI output a bit, I see this:

```
wp_home: staging.ar-advies.nl
wp_siteurl: staging.ar-advies.nl/wp
```

Notice that [the defaults](https://github.com/roots/trellis/blob/11516d12e42355d0304eb4fb8c15be7ca8fcf6d4/group_vars/staging/wordpress_sites.yml#L20-L21) include the `http://` protocol, so try this instead:

```
wp_home: http://staging.ar-advies.nl
wp_siteurl: http://staging.ar-advies.nl/wp
```

Then (maybe destroy/rebuild droplet and) rerun `server.yml` and `deploy.yml`.

If the site still doesn’t load after that, you may want to compare your various customizations with the Trellis defaults, trying to catch customizations that might be problematic (like dropping the `http://` protocol above).

If that still doesn’t work, my honest best recommendation is something I’ll quote from another thread: "…with all that you’ve learned…

> [@Deploy issue ansible 1.9.4 composer not found](https://discourse.roots.io/t/deploy-issue-ansible-1-9-4-composer-not-found/5595/14):
>
> …my next recommendation would be to see if you can get a vanilla trellis clone to work, making essentially no modifications other than your server IP and domain name. Compared to the long hard road of starting with a bunch of customizations and trying to get Trellis to work, it seems like a quick and easy road to get Trellis working with its defaults so that you know that your environment is ready and only then adding in customizations a piece at a time.

> [@TASK [deploy : Fail if composer.json not found]](https://discourse.roots.io/t/task-deploy-fail-if-composer-json-not-found/5705/7):
>
> I think if you make a fresh clone of the latest Trellis you’ll understand enough now to work through the setup steps in the README and have a successful provision and deploy.
> 
> One supporting argument for cloning the latest Trellis and working from its [README](https://github.com/roots/trellis/blob/master/README.md) and the [Trellis docs](https://roots.io/trellis/docs/) are that they will be up to date. I skimmed over the setup tutorial you linked to and it looked pretty good but I noticed at least one item that was out-of-date related to [ssh keys](http://davekiss.com/develop-wordpress-sites-like-a-goddamn-champion/#connectingyourgithubaccount) (`github_ssh_keys` was replaced with `users` [6 months ago](https://github.com/roots/trellis/pull/247); more info in [ssh-keys docs](https://roots.io/trellis/docs/ssh-keys/)).

---

_[View the full topic](https://discourse.roots.io/t/deployed-website-not-visible/5768)._
