www subdomain doesn't work

Subscribe to www subdomain doesn't work 2 post(s), 2 voice(s)

 
Avatar Michael Voigt 2 post(s)

Hello,

i am new her. My normal domain without www works but with not. The www show the default page from brightbox.

deploy.rb:

  1. Primary domain name of your application. Used in the Apache configs
    set :domain, “kraeftemessen.com”
    set :domain_aliases, “www.kraeftemessen.com”

cap deploy
cap deploy:web:reload

What is my missunderstanding?

Cheers,
Michael

 
Avatar youresolutions 10 post(s)

Hi Michael,

From
http://wiki.brightbox.co.uk/docs:gemv2:domains

I think you’re missing
cap deploy:setup
before
cap deploy:web:reload

Cheers,
Ian

Signup or login to contribute