Download DOWNLOAD
Forums FORUMS
Blogs BLOGS
Forge FORGE
Help HELP
Marketplace MARKETPLACE
DotNetNuke Home
You are here >   Community > Forums
Register  |  Login

DotNetNuke Forums

DotNetNuke ForumDotNetNuke ForumUsing 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 12: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 8: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 9: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 11:27 AM
 
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
DotNetNuke ForumDotNetNuke ForumUsing 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.

Networks

Follow DNNCorp on Twitter Follow DNN Community on Twitter

LinkedIn

Sponsors

DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation

Hosted by MaximumASP