最近搜索


没有最近搜索

Matt Dietsche's Avatar

Matt Dietsche

已加入2024年10月24日

·

最后活动2024年10月24日

关注

0

关注者

0

活动总数

1

投票

0

订阅

0

活动概览

的最新活动 Matt Dietsche

Matt Dietsche 创建了一个帖子,

帖子 Feedback - Help Center (Guide)

We migrated our old WordPress-based help site to Zendesk's Help Center.  Our plan was to set up an Nginx wildcard redirect from our old url structure to the new article url structure used by Zendesk.  I thought it would be something like this:

 

server old.support.domain

location /old/path/to/(?.*) {
   rewrite ^ $scheme://new.zendesk.domain/hc/en-us/articles/$article-name redirect;
}

 

This rewrite would catch any articles where the article name remained the same after migration.  The problem is that ZD's url structure includes the article ID, which makes this approach impossible.

 

new.zendesk.domain/hc/en-us/articles/381290381290312-article-name

 

Is there a work around for this?  Obviously would like to keep the SEO we've built for our support articles. Seems like the alternative is adding a custom redirect for every article, url to url, which is a daunting task with the number of articles we have.

 

Surely other companies have migrated help content over to Zendesk like this…

已于 2024年10月24日 发布 · Matt Dietsche

0

关注者

1

投票

1

Comment