将Drupal路径重定向转换为WordPress插件重定向

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将Drupal路径重定向转换为WordPress插件重定向相关的知识,希望对你有一定的参考价值。

This SQL takes the redirects from Drupal 5.5 tables and converts them into a format the WordPress plugin Redirection can understand.
  1. INSERT INTO wordpress.redirection_items (url, action_type, action_code, action_data, match_type)
  2. SELECT concat('/', `path`) , 'url', '301', `redirect`, 'url'
  3. FROM drupal.path_redirect;

以上是关于将Drupal路径重定向转换为WordPress插件重定向的主要内容,如果未能解决你的问题,请参考以下文章

Nginx 将子域转换为路径组件而不进行重定向

如何将整个站点从 HTTP 重定向到 HTTPS,Drupal 站点中的 2 个页面除外?

wordpress重定向及nginx配置

在 Drupal 的 UberCart 结帐期间重定向到注册页面而不是登录页面?

将用户重定向到 PHP Wordpress 中的目标页面

Drupal 在 Elastic Beanstalk 上重定向到“eb deploy”上的 Install.php