• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

matthewtlh
#1 Posted : Thursday, May 24, 2007 9:20:07 AM(UTC)
matthewtlh

Rank: Member

Joined: 5/10/2007(UTC)
Posts: 29

I'm looking to create a 404 page for my theme, but I'm really not sure how to go about it. Anyone?
::matthew


ARCmotiv.com

Nick Alberti
#2 Posted : Thursday, May 24, 2007 9:24:26 AM(UTC)
Nick Alberti

Rank: Member

Joined: 9/27/2004(UTC)
Posts: 1,099

Hello Matthew.

Open your "web.config" and locate the following:

Code:


<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="NoAccess.htm"/>
<error statusCode="404" redirect="FileNotFound.htm"/>
</customErrors>



Change the "FileNotFound.htm" to whatever file you have created.
matthewtlh
#3 Posted : Thursday, May 24, 2007 9:52:26 AM(UTC)
matthewtlh

Rank: Member

Joined: 5/10/2007(UTC)
Posts: 29

Thanks for the info Nick. I'm a bit lost here as I'm new to microsoft content.

SO can I create a 404.aspx or some such animal that will have my header, footer & system service column but have a "404" type message in the main content?
::matthew


ARCmotiv.com

Nick Alberti
#4 Posted : Thursday, May 24, 2007 9:57:22 AM(UTC)
Nick Alberti

Rank: Member

Joined: 9/27/2004(UTC)
Posts: 1,099

Hey Matthew.

Correct. Some sites direct users to a modified site map that explains the page they were looking for cannot be found.

This article might help:

http://www.15seconds.com/issue/030102.htm

Locate "Using the web.config File"
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2025 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012