Git Product home page Git Product logo

wpcom-legacy-redirector's Introduction

WPCOM Legacy Redirector

WordPress plugin for handling legacy redirects in a scalable manner.

This is a no-frills plugin (no UI, for example). Data entry needs to be bulk-loaded via the wp-cli commands provided or custom scripts.

Redirects are stored as a custom post type and use the following fields:

  • post_name for the md5 hash of the "from" path or URL.
  • we use this column, since it's indexed and queries are super fast.
  • we also use an md5 just to simplify the storage.
  • post_title to store the non-md5 version of the "from" path.
  • one of either:
  • post_parent if we're redirect to a post; or
  • post_excerpt if we're redirecting to an alternate URL.

For detailed documentation, please see https://vip.wordpress.com/plugins/wpcom-legacy-redirector/

Please contact us before using this plugin.

wpcom-legacy-redirector's People

Contributors

bswatson avatar jigneshnakrani088 avatar mjangda avatar philipjohn avatar spencermorin avatar

Watchers

 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.