1

I'm trying to install Locomotive CMS on a virtual rackspace server using their multisite option. I get as far as running the installation and choosing my first subdomain with no problems. But once I create this, the subdomain address gives a 404 error and the root domain give me a 'No site!' error!

I've set up the records in /etc/hosts and am using Unicorn. Am I missing something obvious?

Thanks

Max Woolf
  • 3,988
  • 1
  • 26
  • 39

1 Answers1

2

Try using pow (along with the powify gem) to setup your hosts. Works a breeze!

Manuite
  • 46
  • 1
  • Just a note for anyone else finding this answer, it's for OS X only and suitable best for local development. – t.mikael.d Nov 11 '12 at 22:05