View Single Post
Old 06-14-2012, 08:45 PM   PM User | #1
utnalove
Regular Coder

 
Join Date: Oct 2008
Location: Poland
Posts: 358
Thanks: 141
Thanked 2 Times in 2 Posts
utnalove is an unknown quantity at this point
.htaccess redirect folder and files to homepage

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

Last edited by utnalove; 06-14-2012 at 09:32 PM..
utnalove is offline   Reply With Quote