Skip to content

jonathanbriehl/jb-simple-redirect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Domain Redirect WordPress Plugin

Redirects to the WordPress Site Address (URL) if the site loads with a different domain.

For example — your WordPress Site Address (URL) is https://abc123.com and you also have https://xyz091.com pointed to your website. When someone requests the xyz domain, they will receive a 301 and be redirected — http://xyz091.com/sample-post > http://abc123.com/sample-post.

This will also include the www subdomain (or lack thereof). Following the above example, this redirect would occur — http://www.abc123.com/sample-post > http://abc123.com/sample-post

How to Install

Download the most recent version of the plugin from the plugin homepage or from this repository.

In your WordPress administration panel, go to Plugins, select Add New then Upload Plugin to upload the zip file. After the upload is complete, click Activate.

How to Use

Activating will automatically enable the redirects. To stop the redirects, deactivate the plugin.

About

Redirects all domains/urls to the WordPress Site Address (URL).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages