{"id":3334,"date":"2023-02-12T14:27:08","date_gmt":"2023-02-12T14:27:08","guid":{"rendered":"https:\/\/www.copebusiness.com\/?p=3334"},"modified":"2024-09-30T09:20:31","modified_gmt":"2024-09-30T09:20:31","slug":"apply-redirection-from-day-and-name-to-post-name","status":"publish","type":"post","link":"https:\/\/www.copebusiness.com\/fr\/technical-seo\/appliquer-redirection-de-jour-et-nom-a-post-nom\/","title":{"rendered":"Apply Redirection from Day and name to post name After Permalink Change"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">If you have changed the permalinks from Day and name to post name in WordPress. You may need to redirect old day and name URL to post name URLs. This can be achieved through .htaccess rule and redirection plugin. I  am using the redirection plugin in WordPress. Here is the regex code to point all Day and name URLs to post name URLs. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s the regex code you can use in your redirection plugin&#8217;s settings to redirect all old &#8220;Day and name&#8221; URLs to the new &#8220;post name&#8221; URLs in WordPress:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"669\" src=\"https:\/\/www.copebusiness.com\/wp-content\/uploads\/2023\/02\/redirection-rule-screenshot-to-point-day-name-to-post-name-1024x669.png\" alt=\"Redirection plugin screenshot containing regex to redirect day and name to post name urls after changing permalinks\" class=\"wp-image-3335\" title=\"\" srcset=\"https:\/\/www.copebusiness.com\/wp-content\/uploads\/2023\/02\/redirection-rule-screenshot-to-point-day-name-to-post-name-1024x669.png 1024w, https:\/\/www.copebusiness.com\/wp-content\/uploads\/2023\/02\/redirection-rule-screenshot-to-point-day-name-to-post-name-600x392.png 600w, https:\/\/www.copebusiness.com\/wp-content\/uploads\/2023\/02\/redirection-rule-screenshot-to-point-day-name-to-post-name-300x196.png 300w, https:\/\/www.copebusiness.com\/wp-content\/uploads\/2023\/02\/redirection-rule-screenshot-to-point-day-name-to-post-name-768x502.png 768w, https:\/\/www.copebusiness.com\/wp-content\/uploads\/2023\/02\/redirection-rule-screenshot-to-point-day-name-to-post-name-1536x1004.png 1536w, https:\/\/www.copebusiness.com\/wp-content\/uploads\/2023\/02\/redirection-rule-screenshot-to-point-day-name-to-post-name.png 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Source URL:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>^\/\\d{4}\/\\d{2}\/\\d{2}\/(&#91;^\/]+)\/?$<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Target URL:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#47;&#47;yourdomain.com\/$1\/<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Explanation:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The regex pattern <code>^\/\\d{4}\/\\d{2}\/\\d{2}\/([^\/]+)\/?$<\/code> matches the old &#8220;Day and name&#8221; URL structure in WordPress, where the post URL contains the year, month, day, and post name.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The <code>([^\/]+)<\/code> part captures the post name, which is then used in the target URL <code>$1<\/code>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The target URL <code>https:\/\/yourdomain.com\/$1\/<\/code> uses the captured post name in the new &#8220;post name&#8221; URL structure, which is simply <code>https:\/\/yourdomain.com\/postname\/<\/code>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Note: Don&#8217;t forget to replace <code>yourdomain.com<\/code> it with your actual domain name in the target URL. Also, make sure to test the redirection to ensure it&#8217;s working as expected.<\/p>\n\n\n<p>[simple-author-box]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you have changed the permalinks from Day and name to post name in WordPress. You may need to redirect [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":4530,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[1],"tags":[],"class_list":["post-3334","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technical-seo"],"jetpack_publicize_connections":[],"_links":{"self":[{"href":"https:\/\/www.copebusiness.com\/fr\/wp-json\/wp\/v2\/posts\/3334","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.copebusiness.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.copebusiness.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.copebusiness.com\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.copebusiness.com\/fr\/wp-json\/wp\/v2\/comments?post=3334"}],"version-history":[{"count":3,"href":"https:\/\/www.copebusiness.com\/fr\/wp-json\/wp\/v2\/posts\/3334\/revisions"}],"predecessor-version":[{"id":11468,"href":"https:\/\/www.copebusiness.com\/fr\/wp-json\/wp\/v2\/posts\/3334\/revisions\/11468"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.copebusiness.com\/fr\/wp-json\/wp\/v2\/media\/4530"}],"wp:attachment":[{"href":"https:\/\/www.copebusiness.com\/fr\/wp-json\/wp\/v2\/media?parent=3334"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.copebusiness.com\/fr\/wp-json\/wp\/v2\/categories?post=3334"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.copebusiness.com\/fr\/wp-json\/wp\/v2\/tags?post=3334"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}