WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Marin Atanasov v1.2

WP Hydra

Allows one WordPress installation to be resolved and browsed at multiple domains.

WP Hydra

The facts

Rating
5★ from 10
Active installs
1k+
Price
Free
Last updated
22 Jan 2019
Added
Dec 2014
Requires WP
4.0
Tested up to
WP 5.1.24
Downloads
25,201

Our analysis

AI-assisted

WP Hydra is a WordPress plugin designed to allow a single website installation to be accessed through multiple domains. It enables you to either park additional domains or redirect them to your primary domain while maintaining a consistent user experience. Once installed and activated, the plugin ensures that all resources and links point to the currently viewed domain without requiring further configuration.

This plugin is suitable for users who own multiple domain names and want to direct traffic to the same website without changing the URL displayed in the browser. It is particularly useful for developers who may want to customize how content and URLs are handled across different domains.

Best for: This plugin suits website owners with multiple domain names seeking to unify their web presence.

What it does well

  • Free to use from the WordPress.org directory
  • No additional configuration needed after installation
  • Supports multiple domains for a single website
  • Allows for custom content and URL handling via filters
  • Active installation count of 1,000

Where it falls short

  • Limited information on advanced features
  • Last updated in January 2019

Verdict

WP Hydra provides a straightforward solution for managing multiple domains pointing to a single WordPress site. However, its last update was in 2019, which may raise concerns about ongoing support and compatibility.

From the developer

Marin Atanasov's own description of WP Hydra, lightly tidied.

WP Hydra has a quite straightforward purpose. Say you have a WordPress site, hosted on example.com. You’ve also purchased example.net and example.org, and you want them to also use the same website (the same installation), but to persist with that particular domain to have a consistent user experience. In other terms, you want your WordPress installation to be resolved and browsed at multiple domains. WP Hydra can help you with this.

Pointing multiple URLs to the same website is a good way to direct traffic to your site from several different domain names. You can accomplish this in two ways: either redirect one of the URLs to your primary domain, or park the domains, which point these domains towards your primary domain.

A redirect occurs when typing a web address in the address bar sends a visitor to another website (or URL), different from the one typed in. If this is your preferred case, then WP Hydra will not be of any need to you.

Parking a domain does the same thing as a redirect, except that the website name shown on the address bar does not change. You can park several domains to the same page. They have to be registered with a valid domain registrar before you can park them. Also, you’ll need to make sure the nameservers are the same as your primary domain (the domain that you are pointing towards).

Once your multiple domains point to the same website, you have to activate the plugin. No additional configuration or setup is required. This will make sure that the css, js, images and links that are leading to the original domain are now leading to the domain that you’re currently viewing. This will assure that the users remain on the site that they’ve originally visited, providing consistent experience.

Configuration

You only need to make sure that your multiple domains point to the same hosting, and to the same physical location on your hosting account.

Once this is done, simply install and activate the plugin – no additional configuration is needed.

Further customization – filters

If you have some custom content and you want the URLs within it to support multiple domains, you can use the wp_hydra_content filter, like this:

// we assume that you have some content in $content
$content = apply_filters( 'wp_hydra_content', $content );

If you have some custom URLs somewhere and you want them multiple domains, you can use the wp_hydra_domain filter, like this:

// we assume that you have some content in $content
$url = apply_filters('wp_hydra_domain', $url);

Further customization for developers

Since the $wp_hydra object is global, you can easily unhook any of the default functionality by simply calling remove_action() or remove_filter on it. The following example will remove the WP Hydra behavior of the content, but only for the_content() calls on the archive page:

add_action( 'wp_loaded', 'some_example_here' );
function some_example_here() {
    global $wp_hydra;
    if( is_archive() ) {
        remove_filter( 'the_content', array( $wp_hydra, 'setup_content' ) );
    }
}

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for managing URLs.

All in One SEO

AIOSEO is the WordPress SEO plugin. Boost SEO rankings with AI SEO tools, schema, meta descriptions, XML sitem...

Free 2M+ installs 4.7★ (5,201)
301 Redirects

Manage 301 & 302 redirects. Simple redirection & redirects validation. Includes redirect stats & 4...

Free 300k+ installs 4.7★ (578)
Redirection for Contact Form 7

Redirect to any page or URL, execute scripts after submission, save data to the database, and unlock additiona...

Free 200k+ installs 4.7★ (275)
Permalink Manager Lite

Permalink Manager enhances WordPress’s built-in URL system, allowing you to change the URLs of native and cust...

Free 100k+ installs 4.8★ (176)
WP Encryption

Lifetime SSL solution - Free SSL certificate & HTTPS redirect, fix insecure site / SSL errors, Security he...

Free 50k+ installs 4.9★ (1,143)
Redirection

Manage 301 redirects, track 404 errors, and improve your site. No knowledge of Apache or Nginx required.

Free 2M+ installs 4.4★ (703)