Using WordPress,
blog.example.com/YYYY/MM/DD/post-xx
Sites operating in a directory structure similar to the one shown in
example.com/blog/post-xx
You have moved to .
If so, how do I write htaccesses to redirect the post page of the old site to the new site?
The numbers following post- are common on the old and new sites.
The number of articles on the old site is huge, so I would appreciate it if you could provide a code for all pages.
I think I can use the capture
RewriteRule^blog/AAA/BBB/CCC/post-(.+)$https://example.com/blog/post-$1 [R=301,L]
609 GDB gets version error when attempting to debug with the Presense SDK (IDE)
571 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
616 Uncaught (inpromise) Error on Electron: An object could not be cloned
578 Understanding How to Configure Google API Key
572 Who developed the "avformat-59.dll" that comes with FFmpeg?
© 2024 OneMinuteCode. All rights reserved.