79533590

Date: 2025-03-25 11:59:10
Score: 1.5
Natty:
Report link

This question was answered by C3roe in the comments. I was incorrectly using the $ behind every capture group. C3roe also helped with the .html extension, an issue I had not realised yet I was having.

My RewriteRule should have been:

RewriteRule ^webshop/(.*)/detail/(.*)/(.*)\.html$ https://newsite.com/shop/$1/$3/ [R=301,NC,L]

Thanks!

(if I could have selected the comment as the answer, I would have.)

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Robin R.