Table of Contents
Download
You can find the latest version in the EPiServer Nuget Feed: http://nuget.episerver.com/en/OtherPages/Package/?packageId=BVN.404Handler
PM> Install-Package BVN.404Handler
Download the custom 404 handler for EPiServer here. Important! The source code could be newer than the assembled installation package. Working with the source code will ensure you have the latest updates.
For EPiServer 7
You can choose between a NuGet package, a module install file or the complete source code.
Note: Both installations targets IIS7.
For CMS 6
You can choose between a NuGet package, a module install file or the complete source code.
Note: Both installations targets IIS7.
- Download nuget package (require VS 2010) from the EPiServer NuGet feed
- Module install package for EPiServer Deployment Center
- Check out the source using TortoiseSVN
For CMS 5 R2 SP 1
Download ZIP installer module package for EPiServer CMS 5 R2 SP1 or newer.
Installation
- Open EPiServer Deployment Center
- Select the version of EPiServer you want to install the module for
- Select Install ZIP module
- Select the downloaded .epimodule file
- Select the site you want to install the module to
- Complete the wizard
- Configure your site according to the documentation
- Test it by opening
- http://localhost/login which redirects to /util/login.aspx
- http://localhost/urldoesnotexist redirects to /404notfound.aspx
For CMS 4
There is no separate download for the runtime files for EPiServer CMS 4. It means you will have to:
Note! You need to be logged in in to download the source code.
- Copy the runtime files to your web application (if you download the code, this will be done automatically by the post build script when you compile the code)
- Optionally copy the /bvn/filenotfound/notfound.aspx into your Visual Studio site project (change the path)
- Set up IIS to redirect 404 errors to url: /bvn/filenotfound/notfound.aspx or your copy of the file
- Change the layout and design of the notfound.aspx page to fit your needs.
- Add and edit the settings in your web.config file according to the documentation
Attachments
-
404Handler.1.1.0.epimodule
(41.2 KB) -
added by steve@… 13 years ago.
ZIP installer for the 404Handler v 1.1 for CMS 5
-
404Handler.1.2.epimodule
(47.9 KB) -
added by steve@… 12 years ago.
New version of 404 handler module for download. Includes changeset:1503
-
BVN.404Handler.CMS6.IIS7.epimodule
(40.0 KB) -
added by mari@… 11 years ago.
Fix for ticket #248
-
BVN.404Handler.3.0.CMS6.IIS7.epimodule
(378.1 KB) -
added by permagne@… 10 years ago.
404 Handler version 3.0
-
BVN.404Handler.3.1.epimodule
(143.7 KB) -
added by permagne@… 9 years ago.
Version 3.1.1