Hi
I am trying to redirect a lot of sub pages under
So I have this rule:
The child pages are redirected, which is great, but the page they are redirected to is just showing a 404 Not Found.
How can I fix this please?
Thanks
Dave
I am trying to redirect a lot of sub pages under
www.mydomain.com/bespoke/myproducts/
to their parent.So I have this rule:
Code:
RewriteEngine On
RewriteBase /
RewriteRule ^bespoke/myproducts/ https://www.mydomain.com/bespoke/myproducts/ [R=301,L]
How can I fix this please?
Thanks
Dave
Last edited by a moderator: