HomeHomeUsing DotNetNuk...Using DotNetNuk...Administration ...Administration ...How do I redirect "page not found 404" to my custom page?How do I redirect "page not found 404" to my custom page?
Previous
 
Next
New Post
6/29/2006 1:52 PM
 
How do I redirect "page not found 404" to my custom page?

ver 4.3.1 (to 8 July 2006) ver 4.3.2 (to 20 July 2006) ver 4.3.3 (to 5 Aug 2006) ver 4.3.4 (to 20 Sep 2006) ver 4.3.5 (to 25 Dec 2006) ver 4.4.0 (to date)
 
New Post
6/30/2006 9:34 AM
 

It’s simply.

In Web.config add following lines:

 

<configuration>

   <system.web>

      <customErrors defaultRedirect="GenericError.htm" mode="RemoteOnly">

         <error statusCode="404" redirect="404.htm"/>

      </customErrors>

   </system.web>

</configuration>

DNN Developer Services & Support
www.flatburger.com
 
New Post
7/3/2006 10:40 AM
 
Thanks FlatBurgerLabs!

I am interested to see an example of how other people have implement an elegant 404 DNN solution.

For example, if you go to this url:
http://www.dotnetnuke.com/alskjdflaf
then you will see a fairly inelegant standard IE or FF window.


ver 4.3.1 (to 8 July 2006) ver 4.3.2 (to 20 July 2006) ver 4.3.3 (to 5 Aug 2006) ver 4.3.4 (to 20 Sep 2006) ver 4.3.5 (to 25 Dec 2006) ver 4.4.0 (to date)
 
New Post
7/7/2006 12:27 PM
 
I like this idea but have not yet had a chance to try it.

This will affect all portals on this DotNetNuke installation I assume.

So I would like to set-up a page such as /Help/404/Default.aspx

to set the redirect attribute to so that all the portals can have the same folder structure for their 404 catcher. The Default.aspx catcher could then be made "intelligent" and redirect certain pages to different 404 help pages depending on where the 404 came from etc.

More is discussed here in the Redirect Module:
http://www.dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/mid/2108/threadid/51057/scope/posts/Default.aspx

ver 4.3.1 (to 8 July 2006) ver 4.3.2 (to 20 July 2006) ver 4.3.3 (to 5 Aug 2006) ver 4.3.4 (to 20 Sep 2006) ver 4.3.5 (to 25 Dec 2006) ver 4.4.0 (to date)
 
Previous
 
Next
HomeHomeUsing DotNetNuk...Using DotNetNuk...Administration ...Administration ...How do I redirect "page not found 404" to my custom page?How do I redirect "page not found 404" to my custom page?


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

Attend A Webinar
Free Demo Site
Download DotNetNuke Professional Edition Trial
Have Someone Contact Me

Like Us on Facebook Join our Network on LinkedIn Follow DNN Corporate on Twitter Follow DNN on Twitter

Advertisers

DotNetNuke Scoop!

Sponsors

DotNetNuke Corporation

DotNetNuke Corp. is the steward of the DotNetNuke open source project, the most widely adopted Web Content Management Platform for building web sites and web applications on Microsoft .NET. Organizations use DotNetNuke to quickly develop and deploy interactive and dynamic web sites, intranets, extranets and web applications. The DotNetNuke platform is available in a free Community and subscription-based Professional and Enterprise Editions with an Elite Support option. DotNetNuke Corp. also operates Snowcovered.com where users purchase third party apps for the platform.