routing, fix "no content" splash, fix "no template" handling, fix redirects

This commit is contained in:
Stephan
2012-09-28 07:04:33 -02:00
parent d8c2a71531
commit b0e336e01f
5 changed files with 137 additions and 85 deletions

View File

@@ -148,6 +148,11 @@ namespace Umbraco.Core.Configuration
get { return "~/default.aspx"; }
}
internal static string NoContentSplashPage
{
get { return "~/config/splashes/noNodes.aspx"; }
}
/// <summary>
/// Gets a value indicating whether logging is enabled in umbracoSettings.config (/settings/logging/enableLogging).
/// </summary>