Introduction
In this guide, you’ll learn how to create and manage URL redirects in WisePub. Whether you need to fix a mistake, change URLs, or redirect outdated pages, WisePub’s redirect system allows you to seamlessly redirect any page or room to a new destination. By the end of this tutorial, you’ll have a fully functional redirect that automatically sends visitors from one URL to another.
Step 1: Access the Admin Panel
Objective: Navigate to the administrative area where redirect management is located
- Click on your avatar in the top navigation area of your WisePub dashboard
- Select “Admin Panel” from the dropdown menu
- You should now see the administrative interface with various management options
Pro Tip: Bookmark the admin panel URL for quick access to all administrative features.
Step 2: Navigate to Redirect Management
Objective: Locate the redirect configuration section
- Scroll to the bottom of the admin panel sidebar
- Click on “Administration” to expand the administrative tools
- Select “Redirects” from the expanded menu
- You should now see the redirect management dashboard with any existing redirects listed
Step 3: Create a New Redirect
Objective: Set up a new URL redirect with proper configuration
- Click the “Create Redirect” button (typically located at the top of the redirects page)
- The redirect creation form will appear with several configuration fields
- You’re now ready to configure your redirect settings
Step 4: Configure the Source Path
Objective: Specify which URL should be redirected
- Enter the source path in the “Path” field
- Use relative paths only – don’t include the full URL (e.g., use
/dashboard
instead ofhttps://yoursite.com/dashboard
) - Example paths:
/test-page
,/old-dashboard
,/legacy/about-us
Important Note: The path should start with a forward slash (/) and represent the part of the URL after your domain name.
Step 5: Set the Destination URL
Objective: Define where the redirect should send visitors
- Enter the destination URL in the designated field
- You can use either relative or absolute URLs for the destination
- Examples:
- Relative:
/new-dashboard
- Absolute:
https://example.com/new-page
- Relative:
Step 6: Choose Redirect Type
Objective: Select the appropriate HTTP status code for your redirect
- Select the redirect type from the dropdown menu:
- 301 (Permanent): Use when the page has permanently moved
- 302 (Temporary): Use for temporary redirects
- Recommended: Use 301 for most situations unless you specifically need a temporary redirect
- The redirect type affects how search engines treat the redirect
Pro Tip: 301 redirects pass SEO value to the new URL, while 302 redirects do not.
Step 7: Configure Additional Settings
Objective: Set up caching and expiration options
- Keep the redirect “Active” by ensuring the active checkbox is checked
- Enable caching by checking the “Cacheable” option for faster performance
- Leave caching unchecked only if this is a temporary redirect that may change frequently
- Set expiration date (optional) if you want the redirect to automatically disable after a specific date and time
Step 8: Save Your Redirect
Objective: Finalize and activate your redirect
- Click “Create” to save your redirect configuration
- Verify the redirect appears in your redirects list
- Test the redirect by visiting the original URL to confirm it works correctly
Expected Result: Your redirect should now be active and automatically sending visitors from the old URL to the new destination.
Managing Existing Redirects
Temporarily Disable a Redirect
- Locate the redirect in your redirects list
- Uncheck the “Active” checkbox to disable without deleting
- Click “Update” to save the changes
Delete a Redirect
Two deletion options are available:
Soft Delete (Recommended):
- Click “Delete” next to the redirect you want to remove
- The redirect moves to a trash bin where it can be recovered if needed
- Use this option when you might want to restore the redirect later
Permanent Delete:
- Click “Force Delete” for permanent removal
- The redirect is completely removed from the database
- Use this option only when you’re certain you won’t need the redirect again