Title: Digi Eye Redirects
Author: digieyedesigns
Published: <strong>1 rugsėjo, 2026</strong>
Last modified: 1 rugsėjo, 2026

---

Ieškoti įskiepiuose

![](https://ps.w.org/digi-eye-redirects/assets/banner-772x250.png?rev=3676372)

![](https://ps.w.org/digi-eye-redirects/assets/icon-256x256.png?rev=3676372)

# Digi Eye Redirects

 Autorius [digieyedesigns](https://profiles.wordpress.org/digieyedesigns/)

[Parsisiųsti](https://downloads.wordpress.org/plugin/digi-eye-redirects.1.1.0.zip)

 * [Informacija](https://lt.wordpress.org/plugins/digi-eye-redirects/#description)
 * [Atsiliepimai](https://lt.wordpress.org/plugins/digi-eye-redirects/#reviews)
 *  [Diegimas](https://lt.wordpress.org/plugins/digi-eye-redirects/#installation)
 * [Kūrimas](https://lt.wordpress.org/plugins/digi-eye-redirects/#developers)

 [Pagalba](https://wordpress.org/support/plugin/digi-eye-redirects/)

## Aprašymas

Digi Eye Redirects lets administrators create, edit, disable, delete, import, and
export URL redirects from a dedicated admin screen, with no page builder, e-commerce
plugin, or other dependency required.

**Core features**

 * Custom database table (not a bloated wp_options entry) with indexed lookups, 
   so performance holds up as your redirect list grows
 * 301, 302, 307, and 308 redirects, each with plain-language guidance on when to
   use it
 * Redirect to a page/post/custom post type via a searchable content picker, or 
   to any manual internal or external URL
 * Live search, status/type filters, sortable columns, and server-side pagination(
   20/50/100 per page)
 * Inline enable/disable and delete, plus bulk enable/disable/delete, all handled
   via AJAX with no full page reloads
 * Automatic protection against duplicate active sources and redirect loops (including
   simple two-way loops)
 * Optional regex redirects (off by default) with `$1`-style backreferences
 * Optional query-string preservation and case-sensitive matching, per redirect
 * CSV export and import, with a validation preview (total / valid / invalid / duplicate
   rows) before anything is committed
 * Optional 404 tracking with one-click „Create Redirect” from any tracked URL
 * Optional per-request redirect logging (hit counters are on by default and are
   much cheaper)
 * A dashboard with live counts pulled straight from the database, not placeholder
   numbers
 * All redirect, status, and setting changes apply immediately; no manual cache 
   clearing is required for normal use

**Security**

 * Every write action requires the `manage_options` capability and a verified nonce
 * All queries use `$wpdb->prepare()`
 * Destination URLs are restricted to `http(s)` or relative paths. Schemes like `
   javascript:` and `data:` are rejected both when a redirect is saved and again
   at the moment it’s executed
 * All output is escaped

**Coming soon**

 * Link Scanner is a planned feature for finding broken links, redirects, and redirect
   chains across your site. It is not available yet. The current release includes
   an informational „Coming Soon” page describing what it will do; it does not scan,
   crawl, or check any links.

## Diegimas

 1. In your WordPress admin, go to **Plugins  Add New  Upload Plugin**.
 2. Choose the plugin zip file and click **Install Now**.
 3. Click **Activate**.
 4. A new **Redirect Manager** menu item will appear in the admin sidebar.

## DUK

### What is Digi Eye Redirects?

A plugin for creating and managing URL redirects from a dedicated WordPress admin
screen, backed by its own database table rather than a single large option.

### What redirect types are supported?

301 (Permanent), 302 (Temporary), 307 (Temporary, strict), and 308 (Permanent, strict).

### Can I redirect to another domain?

Yes. Choose „Manual URL” as the destination and enter a full `https://` URL. This
is a deliberate, supported feature. Destination URLs are still restricted to safe
schemes, and only administrators can create redirects.

### Can I select a WordPress Page or Post as the destination?

Yes. The „WordPress Content” option provides a searchable picker across pages, posts,
and public custom post types; the destination URL is filled in automatically.

### Can I manually enter a URL instead?

Yes. Switch to the „Manual URL” tab and enter any relative path or full http(s) 
URL.

### Can I disable a redirect without deleting it?

Yes. Disabled redirects stay saved but do not run. You can re-enable them at any
time.

### Can I create a large number of redirects?

Yes. Redirects are stored in a dedicated, indexed database table rather than a single
option, and the admin list uses server-side pagination, so performance does not 
depend on how many redirects you have.

### Does the plugin support regular expressions?

Yes, as an optional advanced setting, off by default. A source like `/old-product/(.*)`
can redirect to `/products/$1`.

### Can I import redirects?

Yes, from a CSV file. You get a preview (total, valid, invalid, and duplicate row
counts) before anything is committed.

### Can I export redirects?

Yes, to a CSV file, from the Import / Export screen.

### Does this require any other plugin?

No. It’s fully self-contained and doesn’t require Elementor, WooCommerce, or anything
else.

### Will my redirects still work if I deactivate the plugin?

No. Redirects only run while the plugin is active. Deactivating never deletes your
data, though: your redirects, settings, and logs are all preserved and will work
again the moment you reactivate.

### Does uninstalling the plugin delete my redirects?

Only if you’ve explicitly turned on **Settings  Uninstall  Delete plugin data on
uninstall**. That setting is OFF by default, so a normal uninstall leaves your data
in place.

### Does this track visitor IP addresses?

No. Optional logging stores the requested URL, timestamp, and referrer only.

### Is Link Scanner available?

Not yet. Link Scanner is a planned future feature for finding broken links, redirects,
and redirect chains. The current release includes only an informational „Coming 
Soon” page under the Link Scanner menu item describing what it will eventually do;
no scanning happens today.

## Atsiliepimai

Įskiepis neturi atsiliepimų.

## Programuotojai ir komandos nariai

“Digi Eye Redirects” yra atviro kodo programa. Prie jos sukūrimo prisidėję žmonės
surašyti toliau.

Autoriai

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

[Išverskite “Digi Eye Redirects” į savo kalbą.](https://translate.wordpress.org/projects/wp-plugins/digi-eye-redirects)

### Domina programavimas?

[Peržiūrėkite kodą](https://plugins.trac.wordpress.org/browser/digi-eye-redirects/),
naršykite [SVN repozitorijoje](https://plugins.svn.wordpress.org/digi-eye-redirects/),
arba užsiprenumeruokite [kodo pakeitimų žurnalą](https://plugins.trac.wordpress.org/log/digi-eye-redirects/)
per [RSS](https://plugins.trac.wordpress.org/log/digi-eye-redirects/?limit=100&mode=stop_on_copy&format=rss).

## Pakeitimų istorija

#### 1.1.0

 * Added: Link Scanner „Coming Soon” informational page (no scanning functionality
   yet).
 * Fixed: toggle switches across the admin were not vertically centered; rebuilt
   with a more robust flexbox-based layout.
 * Fixed: the „ignore trailing slash differences” setting was saved but never actually
   used by the redirect matching engine; it is now correctly applied.
 * Fixed: a same-site absolute destination URL (e.g. one chosen via the content 
   picker) could resolve to a malformed doubled URL; destination resolution was 
   corrected.
 * Changed: plugin renamed to Digi Eye Redirects (from Smart Redirect Manager); 
   author/branding is Digi Eye Designs. No stored data, database tables, or settings
   were affected by the rename.
 * Changed: removed the manual load_plugin_textdomain() call. WordPress.org-hosted
   plugins have translations loaded automatically since WordPress 4.6, so the manual
   call was redundant.
 * Changed: removed a placeholder Plugin URI; none is set until a real one exists.

#### 1.0.0

 * Initial release.

## Metainformacija

 *  Version **1.1.0**
 *  Atnaujinta **prieš 3 d.**
 *  Aktyvių instaliacijų **Mažiau nei 10**
 *  WordPress versija ** 6.0 ar naujesnė **
 *  Ištestuota iki **7.0.4**
 *  PHP versija ** 7.4 ar naujesnė **
 *  Kalba
 * [English (US)](https://wordpress.org/plugins/digi-eye-redirects/)
 * Žymos
 * [301 redirect](https://lt.wordpress.org/plugins/tags/301-redirect/)[404 redirect](https://lt.wordpress.org/plugins/tags/404-redirect/)
   [redirect manager](https://lt.wordpress.org/plugins/tags/redirect-manager/)[redirects](https://lt.wordpress.org/plugins/tags/redirects/)
   [url redirect](https://lt.wordpress.org/plugins/tags/url-redirect/)
 *  [Daugiau](https://lt.wordpress.org/plugins/digi-eye-redirects/advanced/)

## Įvertinimai

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/digi-eye-redirects/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/digi-eye-redirects/reviews/)

## Autoriai

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

## Pagalba

Turite pastabų? Reikia pagalbos?

 [Peržiūrėti pagalbos forumą](https://wordpress.org/support/plugin/digi-eye-redirects/)