An open API service indexing awesome lists of open source software.

https://github.com/unic/sitecoreerrormanager

Sitecore Error Manager Module - Handles all the HTTP Errors for your Sitecore Solution
https://github.com/unic/sitecoreerrormanager

c-sharp sitecore

Last synced: 11 months ago
JSON representation

Sitecore Error Manager Module - Handles all the HTTP Errors for your Sitecore Solution

Awesome Lists containing this project

README

          

# Sitecore Error Manager

The main purpose of the Sitecore Error Manager is to show friendly error messages to the user. The user should see an error page, based on a Sitecore item if an error occurres. Initialy it was built to handle 404 errors, but the module now supports all kinds of error responses. Of course responding with the correct http response code and no infamous client redirects.

Please see the [Wiki](https://github.com/unic/SitecoreErrorManager/wiki) for the complete documentation.

## Download & Install

You can either clone the repository from GitHub and build your own or download the Sitecore package from the [Sitecore Marketplace](http://marketplace.sitecore.net/en/Modules/Sitecore_Error_Manager.aspx).

Please see the [Installation](https://github.com/unic/SitecoreErrorManager/wiki/Installation) documentation for more informations.

## Build

Please read the [build instructions](build/README.md) on how to build the module.

## Changelog

Please see [CHANGELOG.md](https://github.com/unic/SitecoreErrorManager/blob/master/CHANGELOG.md) for the change history.

## Supported Sitecore Versions

The current version of the Sitecore Error Manager works with the following Sitecore versions:
- 8.1 Update 1 upwards

## Contribute

Contributions to the module are very welcome! You can fork the project and issue [Pull Requests](https://help.github.com/articles/creating-a-pull-request) to do so.
Please note: you'll have to accept the CLA provided.

## License
The Sitecore Error Manager is licensed under the LGPL. Please see [LICENSE.txt](https://github.com/unic/SitecoreErrorManager/blob/master/LICENSE.txt) for more informations.