Umbraco 7 - Backoffice on a subdomain
# help-with-umbraco
m
Up until today we hosted an Umbraco 7 multitenant site with one global language site and several country- and language-specific ones. The client is in the process of moving to another platform and have moved the domain the and one or two of the sites, but are still using the Umbraco versions of some of the country sites on a subdomain. Eg, sitename.com/en is gone but we still have subdomain.sitename.com/de. This much is working but we can't access the Umbraco back end as neither subdomain.sitename.com/umbraco nor sitename.com/umbraco is working. How can i get around this? The one we need would be subdomain.sitename.com/umbraco. All I really need to do today is unpublish the sites that have been moved so even if I could do that via the database for now, if anyone had any ideas. Thanks
ETA - tried this in web.config: rather than just ~/umbraco but it didn't work
I also tried changing this in umbracosettings.config: <web.routing trySkipIisCustomErrors="false" internalRedirectPreservesTemplate="false" disableAlternativeTemplates="false" disableFindContentByIdPath="false" umbracoApplicationUrl=""> - I put the url in for umbracoApplicationUrl but it killed everything and even when I put it back to blank the site is still broken
Fixed - changed DNS to 'straight' rather than 'cached proxy' so it doesn't hold on to anything - we're in, phew