Hello, my domain is xyz.com.
I would like to redirect all the following to the homepage xyz.com:
http://xyz.com/comments-subscriptions/
http://xyz.com/comments-subscriptions/dsagas
http://xyz.com/comments-subscriptions/dsagdsa
http://xyz.com/comments-subscriptions/whatever
with or without www
Do you know what the htaccess rule should look like?
I am now trying the following:
Code:
RedirectMatch 301 comment-subscriptions(.*) http://glamourina.pl/
But the link
Code:
http://glamourina.pl/comment-subscriptions?srp=1586&sra=s
Gets redirected to:
Code:
http://glamourina.pl/?srp=1586&sra=s
But I would like it to be redirected to the homepage