Skip to content

Commit e7c79f4

Browse files
committed
New: 404 articles
1 parent 36e428c commit e7c79f4

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

.vitepress/config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ export default defineConfig({
5454
text: '404 to 301',
5555
items: [
5656
{ text: 'Settings', link: '/404-to-301/settings' },
57+
{ text: 'Custom Options', link: '/404-to-301/custom-options' },
58+
{ text: 'Error Log Listing', link: '/404-to-301/error-log-listing' },
5759
{ text: 'Translation', link: '/404-to-301/translating' },
5860
]
5961
},

404-to-301/custom-options.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Custom Options for Individual 404 Errors
3+
---
4+
5+
# Custom Options for Individual 404 Errors
6+
7+
Tired of one-size-fits-all? While global settings for 404 notifications and redirects are useful, you can also customize options for each individual 404 error link.
8+
9+
### How to Customize:
10+
11+
1. Log in and navigate to the Error Log Listing page in your dashboard.
12+
2. Locate the last column for the specific error log you want to modify.
13+
3. In that column, you will see one of two things:
14+
* A Custom Redirect URL: This means a specific rule is already in place.
15+
* A "Customize" link: Click this to set a new custom rule.
16+
4. Clicking the link will open a pop-up with custom options for that specific link.
17+
5. Set your desired custom options and click Save.

404-to-301/error-log-listing.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Modifying Error Log Listing Parameters
3+
---
4+
5+
# Modifying Error Log Listing Parameters
6+
7+
The default configuration for the 404 error log reporting interface is set to display 20 log entries per page. Pagination controls are rendered when the total volume of error logs exceeds this predefined limit.
8+
9+
**To override the default log entry density:**
10+
11+
1. Navigate to the 404 error logs listing page.
12+
2. Select the **Screen Options** control located at the upper-right corner of the interface.
13+
3. Within the Pagination configuration field set, adjust the **Number of items per page** value to the required density parameter.
14+
4. Execute the change by clicking **Apply**.
15+
5. The user interface will now dynamically update, rendering log data consistent with the new entries-per-page parameter.

0 commit comments

Comments
 (0)