blog redirection from folder perspective.
-
We are trying to redirect /staging/blog/2022/06/29/guide-to-coming-up-with-high-quality-blog-content/ to /staging/guide-to-coming-up-with-high-quality-blog-content/ but am coming up empty on the results and hitting the 404.
We have tried our source as:
^\/\staging\/\blog\/\d{4}\/\d{2}\/\d{2}\/(.*)
^/staging/blog\/\d{4}\/\d{2}\/\d{2}\/(.*)
^\/\blog\/\d{4}\/\d{2}\/\d{2}\/(.*)
^\/\d{4}\/\d{2}\/\d{2}\/(.*)
^\/\staging\/\blog\/\d{4}\/\d{2}\/(.*)
^\/\d{4}\/\d{2}\/(.*)
^/staging/blog\/\d{4}\/\d{2}\/(.*)
^/blog\/\d{4}\/\d{2}\/(.*)
^\/\blog\/\d{4}\/\d{2}\/(.*)However, we have not to been able to get it working. We have this set as priority 0 so as to make it run first, as there are other redirections. What are we missing?
- This topic was modified 3 years, 8 months ago by .
- This topic was modified 3 years, 8 months ago by .
The page I need help with: [log in to see the link]
The topic ‘blog redirection from folder perspective.’ is closed to new replies.