markdown 重定向插件WordPress dengan正则表达式

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 重定向插件WordPress dengan正则表达式相关的知识,希望对你有一定的参考价值。

# Redirection Plugin WordPress with Regex
> Reminder

Example:
http://domainname.tld/category/post-title/09/02/2018/ (fatal!)
change into http://domainname.tld/category/post-title-09-02-2018

Use Regex in redirection plugin for incoming link fix.

``` pcre
source= /(.*)\/(\d{2})\/(\d{2})\/(\d{2})
target= /$1-$2-$3-$4
```


以上是关于markdown 重定向插件WordPress dengan正则表达式的主要内容,如果未能解决你的问题,请参考以下文章

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

如何在 Wordpress 插件中正确重定向?

WordPress对url做重定向处理

我需要撤消重定向插件完成的重定向 URL

php 将WordPress前端https URL重定向到没有插件的http

登录 WordPress 后重定向