404 page
Currently, when a user goes to a page that doesn't exist on our website they are just redirected back to the home page. I created a custom 404 page for users to be directed to but I'm having trouble figuring out how to direct users to that page when they try to go to a page that doesn't exist. I've looked in 'Sites & Settings' to set the Error Page but it looks like that is just for 500 or 501 errors. Any help would be greatly appreciated!
Tagged:
0
Comments
-
Hi Greg Vissing,
I've noticed a peer has not answered your question yet and your issue seems to be technical. If you haven't opened a support ticket yet, I encourage you too.
If you still have questions, please scroll to the bottom of this community page to click on customer support.
Please let me know if this is helpful or if you need something else!
In harmony,
Elizabeth
Blackbaud Community Team
https://community.blackbaud.com/community-managers
0 -
We are selt hosted and do this in the web.config at the root of the site.
I'm not sure if that is an option for you, but here's how we do it
<customErrors mode="RemoteOnly" defaultRedirect="/custom/500.html">
<error statusCode="404" redirect="/custom/404.html" />
<error statusCode="500" redirect="/custom/500.html" />
</customErrors>1
Categories
- All Categories
- 6 Blackbaud Community Help
- 213 bbcon®
- 1.4K Blackbaud Altru®
- 403 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 656 Blackbaud Grantmaking™
- 577 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 939 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.6K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 249 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 241 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Grid View Batch
- 3 (Closed) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 794 Community News
- 3K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)


