# Pointing additional .local domain to site

**URL:** https://community.kinsta.com/t/pointing-additional-local-domain-to-site/1135
**Category:** Application Support
**Created:** [November 18, 2021, 9:41pm UTC](https://community.kinsta.com/t/pointing-additional-local-domain-to-site/1135 "2021-11-18T21:41:15Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mattd](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/mattd/32/273_2.png) [@mattd](https://community.kinsta.com/u/mattd)
#### Post date: [November 18, 2021, 9:41pm UTC](https://community.kinsta.com/t/pointing-additional-local-domain-to-site/1135/1 "2021-11-18T21:41:15Z")

</div>

Say I have 3 sites set up in DevKinsta:

domain1.local  
domain2.local  
domain3.local

How would I go about pointing an additional domain (ex: domain4.local) to a specific one of those sites?

I’ve already added the entries to the hosts file, ex:

```auto
127.0.0.1 domain4.local
127.0.0.1 www.domain4.local
::1 domain4.local
::1 www.domain4.local

```

When I go to domain4.local it brings up domain1.local, but I need it to bring up domain2.local, for example.

I don’t mind making modifications to files inside of one of the docker containers.

Thanks!
