Hi,
I want to redirect my some old urls to new url. I tried the redirection codes from documentation website but it is not working.
Some redirection examples I want;
https://subdomain.domain.com/rootfile/example1/example2/example3
https://subdomain.domain.com/rootfile/example1/example2
https://subdomain.domain.com/rootfile/example1
however which domain contains the "rootfile" I want redirect to homepage (https://subdomain.domain.com)
I tried some codes below but they didnt worked.
literal https://subdomain.domain.com/rootfile/* https://subdomain.domain.com permanent
literal https://subdomain.domain.com/rootfile/.* https://subdomain.domain.com/ permanent
literal /rootfile* https://subdomain.domain.com/ permanent
Can you help?
Thank you.