Numerous web hosts only support subdomain serving which requires that the 
site be served from www. this can be partially addressed via a dns redirect 
from the naked domain to the www. version 

On Monday, May 18, 2015 at 12:23:52 PM UTC-5, taedori wrote:
>
> Thanks for mezzanine team for easy deploy using fab all and fab deploy :)
>
> Question.
>
> my website is working with full address with www (www.example.com)
> but not working(page not found) without www (example.com)
>
> I added DOMAINS : ["www.example.com", "example.com"] in Fabric settings
>
> and also did ALLOWED_HOSTS = ["www.example.com", "example.com"] in 
> settings.
>
> and I checked my myProject.conf settings in my webserver
>
> it says
>  
>  server_name www.example.com example.com;
>
>
> it looks fine.
>
> What am I missing?
>
> Please help!
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to