W3 Cache adds extra trailing slash on redirect (only in Disk enhanced)
-
When doing a redirect (301) W3 cache adds extra trialing slash – BUT only on disk enhanced.
For example:
Disk enhanced
—————
https://www.exmaple.com/oldpage/ –> https://www.exmaple.com/newpage//BUT
https://www.exmaple.com/oldpage –> https://www.exmaple.com/newpage/The are no issues in Disk Basic
Disk Basic
———–
https://www.exmaple.com/oldpage –> https://www.exmaple.com/newpage/https://www.exmaple.com/oldpage/ –> https://www.exmaple.com/newpage/
I have the following in .htaccess
————————————
RedirectPermanent /oldpage https://www.exmaple.com/newpage/Any idea what to do as using Disk basic is not ideal.
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘W3 Cache adds extra trailing slash on redirect (only in Disk enhanced)’ is closed to new replies.