Open ckenst opened 2 years ago
Redirect with regex of \/([0-9]{4})\/([0-9]{2})\/(.*): /$3 needs to be more specific like kenst.com\/([0-9]{4})\/([0-9]{2})\/(.*): /$3
\/([0-9]{4})\/([0-9]{2})\/(.*): /$3
kenst.com\/([0-9]{4})\/([0-9]{2})\/(.*): /$3
Use https://regex101.com/ to help
Redirect with regex of
\/([0-9]{4})\/([0-9]{2})\/(.*): /$3
needs to be more specific likekenst.com\/([0-9]{4})\/([0-9]{2})\/(.*): /$3