Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Simple Website Redirect

Beschrijving

The Simple Website Redirect plugin allows to you redirect an entire website (except the WordPress admin) to another website.

The URL path and query string is preserved when redirecting to the new site. Ideally, the new site would handle any one-off redirects where a URL for an old page should point to a new page. The Redirection plugin is great for this purpose.

Find out more about website redirects for SEO.

Usage Instructions

Using this plugin is simple:

  1. Install the plugin
  2. Activate the plugin
  3. Go to ‘Settings’ in the WordPress admin menu and then click on ‘Website Redirect’.
  4. Enter the URL you want to redirect the site to, set the desired redirection type, set the status to ‘Enabled’ and save your changes!

Note: Redirection type can either be ‘Temporary’ or ‘Permanent’. It is recommended that you start with ‘Temporary’ while testing and then convert to ‘Permanent’ after testing for maximum SEO benefit. Please be aware that browsers cache permanent redirects.

Schermafdrukken

  • Just enter the URL you want to redirect the site to, set the desired redirection type, set the status to 'Enabled' and save!
  • Advanced settings let you configure exclusions to redirects on the front end. Very useful if you still need to use a front-end page builder while redirecting everything else.

Installatie

Vereisten

Als je niet voldoet aan de onderstaande eisen, raad ik je aan je versie van WordPress te upgraden of verhuis naar een webhost die een recente versie van PHP ondersteunt.

  • Vereist WordPress versie 4.0 of hoger
  • Requires PHP version 5.4 or greater

De makkelijke manier

  1. Ga in je WordPress beheer, ga naar ‘Plugins’ en klik vervolgens op ‘Nieuwe toevoegen’.
  2. Typ ‘Simple Website Redirect’ in het zoekvak en druk op Enter. Deze plugin zou het eerste en waarschijnlijk het enige resultaat moeten zijn.
  3. Klik op ‘Installeren’
  4. Na het installeren, klik je op ‘Activeer plugin’.

De moeilijke manier

  1. Download het .zip-bestand van de plugin.
  2. Upload het bestand naar je /wp-content/plugins/ directory en unzip het bestand.
  3. Zoek naar de plugin in het WordPress beheerders dashboard op de ‘Plugins’ pagina en klik op ‘Activeren’

Beoordelingen

25 oktober 2022
Work perfectly is easy to set up and is the best tool if you need to redirect the whole website.
21 oktober 2022 1 reactie
This was a really simple option to change domains of a website while waiting on DNS updates and domain transfers!
27 september 2021 1 reactie
I'm running the plugin in a multisite deployment. Currently main site redirected into another using the plugin. However, we can not run any wp-cli command while plugin enabled.
Lees alle 21 beoordelingen

Bijdragers & ontwikkelaars

“Simple Website Redirect” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“Simple Website Redirect” is vertaald in 2 talen. Dank voor de vertalers voor hun bijdragen.

Vertaal “Simple Website Redirect” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.2.8

  • Fix issue where redirects were preventing WP-CLI commands from running properly.

1.2.7

  • Allow saving any redirect URL value, but provide a warning to the user if redirecting to the same domain.
  • Fix issue where a trailing slash was being added to URLs when it shouldn’t be.

1.2.6

  • Fix issue where some URLs containing file extensions had a trailing slash added.
  • Added WordPress-Redirect-By header.

1.2.5

  • Fix issue with build where vendor directory wasn’t generated.

1.2.4

  • Don’t redirect the REST API
  • Fix to allow use of the customizer without redirecting its contents
  • Fix to allow use of Elementor without redirecting key assets

1.2.3

  • Bug fix to handle issues when saving without setting a redirect URL.

1.2.2

  • Make sure the URL path associated with the WordPress home URL doesn’t get appended to the URL when preserving URL paths.
  • Properly sanitize the redirect URL to prevent redirect loops while ensuring compatibility with sites installed in a subdirectory.
  • Fixed issue where an empty redirect URL could result in a non-empty redirect URL after filtering.

1.2.1

  • Added the ability to bypass any redirect by appending the ?simple-website-redirect query string.
  • Ensure that redirects are prevented for admin and login pages regardless of where WordPress is installed.
  • Fix minor issue where some urls would have double slashes at the beginning of the path.

1.2

  • Added the ability to add exclude paths and exclude parameters which, when set, will prevent redirects from occurring if a match with one of these exclusions is found.

1.1

  • Updated code to comply with strict coding standards.
  • Added an option to redirect all pages to the homepage.

1.0.2

  • Fix bug where redirect URL cannot contain a path
  • Fix bug where redirect URL is sanitized when redirect is disabled.

1.0.1

  • Fix bug where redirect occurred when on login page.

1.0

  • Initial commit