Coder Social home page Coder Social logo

url-find-and-replace-wordpress's Introduction

url-find-and-replace-wordpress

Find a string in the current URL, replace it, and redirect to the new URL. The redirect used is a "301 moved permanently".

Configure your find and replace strings in Settings -> Permalinks in the WordPress admin panel.

No, it doesn't support using a regex. If you're smart enough to know how to write a regex, I suspect you can fork the plugin and replace the following line of code yourself:

$redirect_url = str_replace($old, $new, $current_url);

Example

  • Let's say, for instance, that you own two domains: myawesomedomain.com and mysweetdomain.com.
  • Your WordPress site is currently being shown on myawesomedomain.com
  • You want your WordPress site to show on mysweetdomain.com
  • Install this plugin and configure your find string to be "myawesomedomain.com" and your replace string to be "mysweetdomain.com".
  • Note that you must configure your hosting environment such that both myawesomedomain.com and mysweetdomain.com point to the same web root, or at least exact duplicate copies.

I realize that the actual usefulness of this plugin is quite limited. I also realize that the same effect (or better) could be achieved via .htaccess files.

Use with caution. If you do break your website with this plugin, just delete it via FTP.

url-find-and-replace-wordpress's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.