---
title: "404 Errors on LearnDash Pages"
source: "https://docs.nexcess.com/software/learndash/404-errors-pages/"
description: "There are many reasons why you may be seeing a 404 error. One common reason is when a theme or plugin calls a flush rewrite rule. Here are a couple things you c…"
vertical: "Software"
area: "LearnDash"
date: "2018-09-11"
last_modified: "2018-09-11"
---

# 404 Errors on LearnDash Pages

There are many reasons why you may be seeing a 404 error. One common reason is when a theme or plugin calls a flush rewrite rule. Here are a couple things you can try:

## Step 1

 Try re-saving your WordPress permalinks: 1. Navigate to SETTINGS > PERMALINKS
2. Scroll to the bottom and click**Save Changes**
 
 This performs a hard flush of your rewrite rules and will update your `.htaccess` file. This is a plugin- & theme-agnostic solution that corrects 404 issues the majority of the time. ## Step 2

 If you’re still having issues, try to reverse any recent changes you made on your site. Did you update a theme or plugin? If so, try deactivating the new plugin or revert to a prior version of the theme. You should also test with a default WordPress theme, like [Twenty Nineteen](https://wordpress.org/themes/twentynineteen/). After reversing your changes, repeat Step 1. If you’re still having issues, please [contact support](https://support.learndash.com/contact-support).
