I am just running localhost via rails server, and somehow I can't get any of the subdomains to load any pages. So lets just say if I use user1.example.com:3000 (i run my development on a remote server), the page just doesn't load.
And example.com:3000 works. I've read multiple tutorials, but wasn't able to find an answer to this.
I've also tried this on my windows PC, and have set these in host file 127.0.0.1 subdomain1.localhost.local company.blog.local personal.blog.local, but this doesn't work either.
Pulling my hair out for this. Any help is appreciated!
I am just running localhost via
rails server
, and somehow I can't get any of the subdomains to load any pages. So lets just say if I use user1.example.com:3000 (i run my development on a remote server), the page just doesn't load.And example.com:3000 works. I've read multiple tutorials, but wasn't able to find an answer to this.
I've also tried this on my windows PC, and have set these in host file
127.0.0.1 subdomain1.localhost.local company.blog.local personal.blog.local
, but this doesn't work either.Pulling my hair out for this. Any help is appreciated!