Getting a 404 page for a multisite umbraco installation
I have this setup and I use a umbracoUrlAlias to get a friendly name for our pages but the problem is
whenever I try to access www.site1.com/ar/careers.aspx or pages other than english it is giving me 404 not found error. What configuration do I need to do to make this run correctly?
www.site1.com -> hostname is set to www.site1.com
en
group pages -> folder type
special-offers -> UmbracoUrlAlias is set to special-offers
careers -> UmbracoUrlAlias is set to careers
contact-us -> UmbracoUrlAlias is set to contact-us
ar
group pages -> folder type
special-offers -> UmbracoUrlAlias is set to special-offers
careers -> UmbracoUrlAlias is set to careers
contact-us -> UmbracoUrlAlias is set to contact-us
de
group pages -> folder type
special-offers UmbracoUrlAlias is set to special-offers
careers -> UmbracoUrlAlias is set to careers
contact-us -> UmbracoUrlAlias is set to contact-us
Getting a 404 page for a multisite umbraco installation
I have this setup and I use a umbracoUrlAlias to get a friendly name for our pages but the problem is
whenever I try to access www.site1.com/ar/careers.aspx or pages other than english it is giving me 404 not found error. What configuration do I need to do to make this run correctly?
www.site1.com -> hostname is set to www.site1.com
en
group pages -> folder type
special-offers -> UmbracoUrlAlias is set to special-offers
careers -> UmbracoUrlAlias is set to careers
contact-us -> UmbracoUrlAlias is set to contact-us
ar
group pages -> folder type
special-offers -> UmbracoUrlAlias is set to special-offers
careers -> UmbracoUrlAlias is set to careers
contact-us -> UmbracoUrlAlias is set to contact-us
de
group pages -> folder type
special-offers UmbracoUrlAlias is set to special-offers
careers -> UmbracoUrlAlias is set to careers
contact-us -> UmbracoUrlAlias is set to contact-us
Have you set up each country, with a separate language?
You will need to set up a bogus hostheader for the non english sections
is working on a reply...