RedirectRule Any Help?

Masetrix

Well-known member
This Links like:
Code:
https://www.mydomain.com/attachments/allgemeine-fragen/42376d1328717055-jc-p119.pdf

should be redirected to/so
https://www.mydomain.com/attachments/42376

The Rule:
        RewriteRule ^attachments/[^/]+/(\d+)$ attachments/$1 [L,R=301]
🥴 Im going nuts..


Any help?
 
You should use inline_code for the links. It makes a better view.. ;)

https://www.mydomain.com/attachments/allgemeine-fragen/[B]42376[/B]d1328717055-jc-p119.pdf

https://www.mydomain.com/attachments/[B]42376[/B]
 
Back
Top Bottom