很遗憾,我无法在任何地方找到该解决方案。我试图在URL后将所有带有特定子弹/ testimonial /的页面重定向到同一页面。但不必担心会在/ testimonial / slug之后发布新页面和随机字符。例如:http://servername.com/testimonial/abcdefg或http://servername.com/testimonial/randomtexthere或 http://servername.com/testimonial/a1b2c3等
我需要所有这些重定向到
http://servername.com/patient-testimonials/
我知道我需要添加一些htaccess代码,但我似乎找不到任何通过这种方式进行此操作的资源。在这种情况下,我认为301重定向将是最好的解决方案!