📋 How to Use
1. Fetch: Load current redirects from database
2. Edit: Modify JSON in the editor
3. Save: Save JSON to file
4. Commit: Apply changes to database
📝 JSON Format
{
"redirectMappings": [
{
"oldUrl": "/old-page",
"newUrl": "/new-page"
},
{
"oldUrl": "/another-old",
"newUrl": "/another-new",
"status": "new"
}
]
}
🎛️ Status System
No status: New redirect (will be added)
"status": "new": Explicitly mark as new (will be added)
"status": "active": Active in database
"status": "delete": Will be removed from database
✨ URL Examples
Old URL: /old-blog/my-post
New URL: /blog/my-post
External: https://example.com