Title: Advanced Redirect Manager 301
Author: NewCodeByte
Published: <strong>11. august, 2025</strong>
Last modified: 14. desember, 2025

---

Søk i utvidelser

![](https://ps.w.org/advanced-redirect-manager/assets/banner-772x250.png?rev=3342802)

![](https://ps.w.org/advanced-redirect-manager/assets/icon-256x256.gif?rev=3342802)

# Advanced Redirect Manager 301

 Av [NewCodeByte](https://profiles.wordpress.org/newcodebyte/)

[Last ned](https://downloads.wordpress.org/plugin/advanced-redirect-manager.1.0.3.zip)

[Forhåndsvisning](https://nb.wordpress.org/plugins/advanced-redirect-manager/?preview=1)

 * [Detaljer](https://nb.wordpress.org/plugins/advanced-redirect-manager/#description)
 * [Omtaler](https://nb.wordpress.org/plugins/advanced-redirect-manager/#reviews)
 *  [Installering](https://nb.wordpress.org/plugins/advanced-redirect-manager/#installation)
 * [Utvikling](https://nb.wordpress.org/plugins/advanced-redirect-manager/#developers)

 [Brukerstøtte](https://wordpress.org/support/plugin/advanced-redirect-manager/)

## Beskrivelse

Our powerful, yet user-friendly, interface allows you to manage your site’s URLs
with precision. Create all types of redirects (301, 302, 307, 308) with ease, including
complex wildcard rules. But we don’t stop there. You can also serve specific client
error codes like 410 (Gone) for permanently removed content or 451 (Unavailable 
For Legal Reasons). Advanced Redirect Manager actively monitors your site for «Page
Not Found» (404) errors, allowing you to turn lost traffic into successful conversions
with just a few clicks.

Tired of losing visitors to broken links and 404 errors? **Advanced Redirect Manager**
is your all-in-one solution for complete link management and site health monitoring.
Go beyond simple redirects and take full control of your site’s URL structure, user
experience, and SEO performance.

What truly sets us apart is the **proactive Link Scanner**. Don’t wait for users
to report broken links. Our intelligent scanner crawls your posts and pages, identifying
both internal and external broken links before they can harm your site’s reputation
and search engine rankings.

#### Why Choose Advanced Redirect Manager?

 * **Complete URL Control:** A clean, intuitive interface for creating and managing
   all standard redirects (301, 308, 302, 307) and serving specific client errors
   like 410 (Gone) and 451 (Unavailable For Legal Reasons).
 * **Powerful Wildcard Redirects:** Redirect entire directories or URL patterns 
   with a single rule (e.g., /blog/* to /articles/$1).
 * **Intelligent 404 Error Logging:** Automatically captures 404 errors, showing
   you exactly which pages visitors are trying to access. Create a redirect directly
   from the log!
 * **Proactive Broken Link Scanner:** Find and fix broken links throughout your 
   content before Google or your visitors do. Checks both internal and external 
   URLs.
 * **SEO-Friendly:** Maintaining a clean link structure and fixing 404s are crucial
   for SEO. Our plugin makes it simple.
 * **Performance-Oriented:** Built with performance in mind, using WordPress Object
   Cache to minimize database queries on high-traffic sites.
 * **Developer-Friendly:** Clean, well-structured, and object-oriented code.

Whether you’re migrating a website, restructuring your content, or simply want to
ensure a flawless user experience, Advanced Redirect Manager provides the professional
tools you need in one powerful package.

### Features in Detail

#### Redirect Rules Tab

 * **Add, Edit, and Delete Rules:** Manage all your redirects from a single, AJAX-
   powered table.
 * **Wildcard Support:** Use an asterisk (`*`) to match patterns. Use `$1`, `$2`
   in the destination URL to reference captured values.
 * **Smart «Redirect To» Search:** Start typing in the «Redirect To» field to instantly
   search for posts, pages, and categories on your site. No more guessing permalinks!
 * **Hit Counter & Last Used:** Track how many times each redirect has been used
   and see the date of the last hit.
 * **In-context Help:** Clear examples and instructions on how to format your redirects
   are available directly on the page.

#### 404 Error Log Tab

 * **Real-time Logging:** Captures the URL, timestamp, referrer, and user agent 
   for every 404 error.
 * **One-Click Redirect Creation:** Found a 404 error for an old page? Click «Create
   Redirect» directly from the log to open the rule editor with the URL pre-filled.
 * **Clean & Filtered Log:** Automatically ignores common bot traffic and requests
   for non-existent files (`.css.map`, `favicon.ico`) to keep your log relevant.
 * **Log Management:** Easily clear the entire 404 log with a single click.

#### Link Scanner Tab

 * **Scan Internal & External Links:** Choose to scan links pointing to your own
   site, external sites, or both.
 * **Intelligent Chunking:** The scanner processes your site content in small batches
   to prevent server timeouts, making it safe for large websites and shared hosting.
 * **Actionable Results:** The scanner lists all broken links (4xx/5xx errors) and
   connection errors, showing you the exact post or page where the link was found.
 * **Contextual Actions:**
    - For **internal broken links**, you can create a redirect rule directly from
      the results.
    - For **external broken links**, a convenient «Edit Post» button takes you straight
      to the editor to fix the link.

#### Tools & Options Tab

 * **Import/Export via CSV:** Backup all your redirect rules to a CSV file or migrate
   them to another site. The importer is smart enough to handle new rules and update
   existing ones.
 * **Bulk Actions:**
    - Reset all redirect hit counters to zero.
    - Permanently delete all redirect rules in one go (with multiple confirmations
      to prevent accidents).

## Skjermbilder

 * [[
 * The main Redirect Rules interface, showing a clean table of all your redirects.
 * [[
 * The intuitive modal for adding or editing a redirect rule, with the smart search
   feature.
 * [[
 * The 404 Error Log, displaying recent errors with one-click actions.
 * [[
 * The powerful Link Scanner in action.
 * [[
 * The Link Scanner showing broken link results.
 * [[
 * The Tools & Options page, allowing for easy CSV import/export of your redirect
   rules for backup or migration.

## Installasjon

 1. Upload the `advanced-redirect-manager` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Go to **Settings > Redirect Manager** to start creating redirect rules and monitoring
    your site.

That’s it! The plugin will automatically start logging 404 errors.

## Ofte stilte spørsmål

### Does this plugin affect my site’s performance?

We’ve built Advanced Redirect Manager with performance as a top priority. The redirection
engine is highly optimized and uses the built-in WordPress Object Cache. On sites
with a persistent object cache (like Redis or Memcached), this means virtually zero
database load for handling redirects after the first visit. The Link Scanner runs
only when you trigger it manually and uses AJAX chunking to avoid slowing down your
server.

### What’s the difference between a 301, 302, 307 and 308 redirect?

 * **301 (Moved Permanently):** The classic permanent redirect. It tells search 
   engines that a page has moved permanently and they should transfer all SEO value
   to the new URL. Important: A 301 redirect may allow browsers to change the request
   method from POST to GET.
 * **308 (Permanent Redirect):** The modern and stricter version of the 301. It 
   also signals a permanent move and transfers SEO value, but it strictly preserves
   the original request method. This means a POST request will remain a POST request
   to the new URL, which is crucial for forms or API endpoints.
 * **302 (Found) & 307 (Temporary Redirect):** These tell search engines that the
   move is temporary and SEO value should not be passed. The 307 is the modern equivalent
   of the 302, as it strictly preserves the request method, just like the 308 does
   for permanent redirects. Use these for A/B testing or temporary maintenance pages.

### Can I use wildcards? How do they work?

Yes! Use an asterisk (`*`) in the «Redirect From» field. Each `*` captures a segment
of the URL. You can then use `$1`, `$2`, etc., in the «Redirect To» field to place
the captured segments.

 * **Example:**
    - **Redirect From:** `/products/category-*/item-*`
    - **Redirect To:** `/shop/$1/product/$2`
    - This would redirect `/products/category-books/item-123` to `/shop/books/product/
      123`.

### Does the Link Scanner run automatically in the background?

No. To ensure it doesn’t impact your site’s performance without your knowledge, 
the Link Scanner is a tool that you must run manually from the plugin’s admin page.

### What happens when I uninstall the plugin?

Upon uninstallation (by clicking «Delete» in the Plugins screen), Advanced Redirect
Manager cleans up after itself completely. It will remove its custom database table,
all of its options from the `wp_options` table, and any related transients. Your
data will be permanently deleted. If you only «Deactivate» the plugin, all your 
rules and data are kept safe for when you reactivate it.

## Vurderinger

![](https://secure.gravatar.com/avatar/59331450e03cb1c067604303321ded99581ee594bfefd292ff79459d2aacac06?
s=60&d=retro&r=g)

### 󠀁[Davvero un ottimo plugin, per me a livello professionale](https://wordpress.org/support/topic/davvero-un-ottimo-plugin-per-me-a-livello-professionale/)󠁿

 [salvo2](https://profiles.wordpress.org/salvo2/) 11. september, 2025 1 svar

Personalmente credo che questo plugin sia di livello professionale, ha tutto il 
necessario per la gestione dei redirect, la possibilità di usare la widcard per 
direzionare una directory e tutto il suo contenuto, un log per gli errori 404 dal
quale si possono creare i redirect facilitando moltissimo l’operazione, inoltre 
lo scanner per i link è davvero efficiente, cosa dire di più, per me potrebbe stare
tra i premium mentre invece è gratuito. Penso che meriti molto di più di 0 stelline
e 10+ installazione.Buona FortunaSalvo

 [ Les 1 vurdering ](https://wordpress.org/support/plugin/advanced-redirect-manager/reviews/)

## Bidragsytere og utviklere

«Advanced Redirect Manager 301» er programvare med åpen kildekode. Følgende personer
har bidratt til denne utvidelsen:

Bidragsytere

 *   [ NewCodeByte ](https://profiles.wordpress.org/newcodebyte/)

[Oversett “Advanced Redirect Manager 301” til ditt språk.](https://translate.wordpress.org/projects/wp-plugins/advanced-redirect-manager)

### Interessert i utvikling?

[Bla gjennom koden](https://plugins.trac.wordpress.org/browser/advanced-redirect-manager/),
sjekk ut [SVN-repositoriet](https://plugins.svn.wordpress.org/advanced-redirect-manager/),
eller abonner på [utviklingsloggen](https://plugins.trac.wordpress.org/log/advanced-redirect-manager/)
med [RSS](https://plugins.trac.wordpress.org/log/advanced-redirect-manager/?limit=100&mode=stop_on_copy&format=rss).

## Endringslogg

#### 1.0.3

 * **New Feature:** Added support for serving 410 Gone and 451 Unavailable For Legal
   Reasons status codes for specific URLs.
 * **Enhancement:** The status code selector in the rule editor is now grouped by
   category (Permanent, Temporary, Error) for a better user experience.
 * **Enhancement:** Added distinct status badges and colors for the new 410 and 
   451 codes in the main redirect table for easy identification.
 * **Tweak:** Updated plugin documentation and help texts to include information
   about the new 410 and 451 status codes.

#### 1.0.2

 * **New Feature:** Added «NewCodeByte Apps» section for a cleaner and more intuitive
   user experience, a new «NewCodeByte Apps» tab to showcase other available plugins
   from the author.

#### 1.0.1

 * New Feature: Added support for 308 Permanent Redirects, the modern and more precise
   alternative to 301s.
 * Enhancement: Improved sanitization and validation on all user inputs and server
   variables for maximum security, following the latest WordPress standards.
 * Enhancement: Updated the codebase to ensure full compatibility with the latest
   versions of PHP and WordPress, removing all deprecated notices.
 * Enhancement: Improved the AJAX-powered table loading mechanism for a smoother
   and more reliable user experience in the admin area.

#### 1.0

 * Initial public release.
 * Let the redirects begin!

## Meta

 *  Versjon **1.0.3**
 *  Sist oppdatert **4 måneder siden**
 *  Aktive installasjoner **60+**
 *  WordPress-versjon ** 5.2 eller nyere **
 *  Testet opp til **6.9.4**
 *  PHP-versjon ** 7.4 eller nyere **
 *  Språk
 * [English (US)](https://wordpress.org/plugins/advanced-redirect-manager/)
 * Stikkord
 * [301](https://nb.wordpress.org/plugins/tags/301/)[404](https://nb.wordpress.org/plugins/tags/404/)
   [broken links](https://nb.wordpress.org/plugins/tags/broken-links/)[link scanner](https://nb.wordpress.org/plugins/tags/link-scanner/)
   [redirect](https://nb.wordpress.org/plugins/tags/redirect/)
 *  [Avansert visning](https://nb.wordpress.org/plugins/advanced-redirect-manager/advanced/)

## Vurderinger

 5 av 5 stjerner.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/advanced-redirect-manager/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/advanced-redirect-manager/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/advanced-redirect-manager/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/advanced-redirect-manager/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/advanced-redirect-manager/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/advanced-redirect-manager/reviews/#new-post)

[Se alle omtalene](https://wordpress.org/support/plugin/advanced-redirect-manager/reviews/)

## Bidragsytere

 *   [ NewCodeByte ](https://profiles.wordpress.org/newcodebyte/)

## Brukerstøtte

Har du noe å si? Trenger du hjelp?

 [Vis brukerstøtteforumet](https://wordpress.org/support/plugin/advanced-redirect-manager/)