andrewconnell / aci-orchardcms

Orchard production multitenant deployment for http://www.andrewconnell.com & http://www.microsoftcloudshow.com.
http://www.andrewconnell.com
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Custom error pages for themes #10

Closed andrewconnell closed 8 years ago

andrewconnell commented 8 years ago
andrewconnell commented 8 years ago

Check out this post for details: http://www.davidhayden.me/FakeHome/test444

Basically just create copies of the two following shapes from \Core\Shapes\Views\NotFound.cshtml (for a 404) and \Core\Shapes\Views\ErrorPage.cshtml (for a 500).

andrewconnell commented 8 years ago

Working, but theming not correct. It's because I'm using rewrite rules:

http://stackoverflow.com/questions/14585136/orchard-cms-custom-404-wont-display-within-normal-page-layout

Decide: disable rewrite rules / update the code in rewrite rules