Plugin Pulse
← Pulse

Absolute Relative URLs

by intuitart · SEO

Want to host your Wordpress site from a different domain? This plugin will help!

⚠ Stale⚠ Likely abandoned⚠ Few reviews
How scoring works →
41 Health · D
Maintenance 3/100
Rating quality 65/100
Support 70/100

41 health vs 64 average across 1,223 SEO plugins

High removal-risk signals

65/100

Maintenance and integrity signals that tend to precede a WordPress.org removal. Not an official status, a heads-up to act.

  • Long abandoned. No update in 5+ years — the top precursor to removal once a vulnerability is found.
  • Reviews souring. Recent reviews read meaningfully worse than older ones, an early sign of decline.
  • Falling behind WordPress. Tested up to WordPress 5.7.17.

Directory ranking optimization

How it's scored →

How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.

44 / 100

Under-optimized

Biggest win: Update recency

Update recency 3/100
WP compatibility 28/100
Rating quality 55/100
Listing tuning 100/100

To rank higher: Last updated 1975 days ago — ship an update; wp.org decays a listing's search weight after ~180 days.

Get the full rank-higher report →

Daily downloads

Since 2022-10-05 · 1,425 days · wp.org + Plugin Pulse archive

+20% vs prior 30d
0Downloads · Aug 26

30-day downloads

Rolling 30-day volume · peaks are release surges

249

now · peak 294

25530d downloads · Aug 26

Directory rank vs rivals

wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you

Absolute Relative UR · #6757 you Simple Page Redirect · #2074 Permalink Manager fo · #2380 WP Post Redirect · #4154

Rating trend

Star average over time · dips mark rough releases

3Stars · Aug 26

Update activity

How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.

255per 1k installs · Aug 26

Release cadence

No release in a year
from wp.org release tags

How often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.

0

releases in the last 12 months

5.4y ago

latest release · v1.6.2

11

tagged releases on record

Recent releases

1.6.2 · 5.4y ago1.6.1 · 5.4y ago1.6.0 · 5.4y ago1.5.6 · 8.5y ago1.5.4 · 8.7y ago1.5.3 · 9.2y ago1.5.2 · 9.6y ago1.5.1 · 9.6y ago1.5 · 9.7y ago1.4.2 · 9.9y ago1.4.1 · 10.5y ago

What its installed base runs

via wordpress.org

Share of active installs on each version of this plugin · 95% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.

v1.6 95%
v1.5 5.3%

Estimated active installs

The public count shows “1K+”. Our estimate pins where the real number sits.

tracked estimate
1K–2K ≈1.9K

Refined from the date this plugin crossed into its current band.

Install history · since 2016-10-24 · 1,424 observations

1KInstalls · Aug 26

Estimated value

What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.

Est. annual revenue

N/A

Est. acquisition value

N/A

No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from.

Details

Version
1.6.2
Last updated
5.4y ago
Added
2016-03-11 · 10 yrs old
Requires WP
4.4.0
Tested up to
5.7.17
Requires PHP

Recent review vibe

read from the latest 7 reviews to 2021-12-23
Deteriorating CompatibilityBroken updates

Early reviewers loved how it handled relative URLs across staging and SSL moves, but the recent ones say it does nothing on WP 5.8 and won't convert URLs in existing posts.

Recent reviews

All reviews on wp.org ↗
  1. tsf999
    4.7y ago

    Not doing anything with WP 5.8.

    Read on wp.org ↗
  2. tsf999
    4.7y ago

    Not doing anything with WP 5.8

    Read on wp.org ↗
  3. amihaita
    5.3y ago

    Not working on already saved post so for me is useless.

    Read on wp.org ↗
  4. Annonnimmo
    6.6y ago

    I switched to https, so I tried to use this plugin to change images urls to relatives (in pages and posts), but it doesn’t change anything: urls remain absolutes.

    Read on wp.org ↗
  5. dichternebel
    7.5y ago

    <!– wp:paragraph –> <p class=””>Awesome! Thanks for this plugin!<br>I’m still asking myself how one could work without a plugin like this one? WordPress out of the box does not support staging or even switching from a subdomain-blog to a FQDN. Adding SSL support to pages afterwards would be a disaster without this plugin!</p> <!– /wp:paragraph –> <!– wp:paragraph –> <p class=””>I’ve been using >Root Relative URLs for ages but that is no longer maintained and does not work e.g. with Google’s reCaptcha. This one is a great successor and does the job very well and even better.</p> <!– /wp:paragraph –> <!– wp:paragraph –> <p class=””>—</p> <!– /wp:paragraph –> <!– wp:paragraph –> <p class=””>As of WP v.6.4.1 (2023-11) this still works like a charm. And I still highly recommend this plugin!</p> <!– /wp:paragraph –> <!– wp:paragraph –> <p class=””>A hint to people having trouble understanding what this plugin does:<br>It will remove the base url from links when saving e.g. a page and adds it back when being loaded or viewed.</p> <!– /wp:paragraph –> <!– wp:paragraph –> <p class=””>That means: <span style=”text-decoration: underline;”>After you activated it, it will do nothing.</span></p> <!– /wp:paragraph –> <!– wp:paragraph –> <p class=””>This is a nice behavior, because the plugin doesn’t know what you want. And instead of trying to do magic that might fail, you have to update your content by yourself.</p> <!– /wp:paragraph –> <!– wp:paragraph –> <p class=””>This can either be done by re-saving every page/post manually or by using  your DB tool and doing a simple string replacement that removes the base url from internal links like this:</p> <!– /wp:paragraph –> <!– wp:paragraph –> <p class=””>update wordpress.wp_posts set post_content = replace(post_content,'https://www.example.com','') where post_content like '%https://www.example.com%';</p> <!– /wp:paragraph –> <!– wp:paragraph –> <p class=””>And in fact, you won’t see a change on your page or post and this is good. It’s just important that you get rid of the absolute URLs in the database to be able to do staging, migration etc. without any hassle.</p> <!– /wp:paragraph –> This topic was modified 7 years, 4 months ago by Jan Dembowski. This topic was modified 7 years, 4 months ago by Jan Dembowski. Reason: Removed link as links are not for reviews

    Read on wp.org ↗
  6. zalexua
    9.2y ago

    If disable plugin (or when it’s missing) – existing relative URLs are still working in both modes – editing and viewing. So, enabling/disabling plugin can be used to test actual plugin working, if you don’t have access to DB to check what actually stored. Thanks! This topic was modified 9 years, 1 month ago by zalexua.

    Read on wp.org ↗
  7. simp13
    10.4y ago

    Plug in and it works

    Read on wp.org ↗

Behavioral tests

via WP Hive

Automated install-time checks, tested on PHP 7.4.8 · WP 5.7

Low memory footprint
Low page-speed impact
Runs on latest PHP + WP
No PHP errors
No JS errors
Activates cleanly
No resource errors
No external HTTP errors
Optimized database use
Frequently updated

Growth timeline

Install-tier crossings we have observed, and how long each tier took to outgrow

  1. 2023-05-03 2K+ → 1K+ down

Competes with

The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).

Compare head to head →

Embed this report card

Drop a live Pulse card for Absolute Relative URLs into a readme, a review or a deck. It updates itself.

<iframe src="https://plugins.wpmayor.com/embed/absolute-relative-urls" width="480" height="300" style="border:0" loading="lazy" title="Absolute Relative URLs — Plugin Pulse"></iframe>
Preview card ↗

Absolute Relative URLs: 1K+ active installs, 3.0★ (6 reviews). Plugin Pulse (WP Mayor), as of 2026-08-29. https://plugins.wpmayor.com/plugin/absolute-relative-urls