-
Hello,
To redirect URLs from the format /{year}/{month}/{slug}.html to /{slug}/, I am using the following regex pattern and replacement string:
Regex pattern: \/(\d{4})\/(\d{2})\/(.+)\.html
Replacement string: /$3/And It’s Not Working
Here is an example of my URL: /2023/01/domain-kaise-kharide.html to /domain-kaise-kharide/
I recently switched a blog to WordPress from blogger, is there any solution.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The ticket ‘Regex Redirection Not Working’ is closed to new replies.