Link to home
Start Free TrialLog in
Avatar of joe90kane
joe90kane

asked on

.htaccess redirect help

Hi,

I want to redirect

http://www.domain.com/products_display.php?tkey=475
to
http://www.domain.com/products/

I have tried loads of variations but cant find one that works.

Thanks, Joe
Avatar of x3man
x3man

I presume that you tried:

//301 Redirect Old File
Redirect 301 http://www.domain.com/products_display.php?tkey=475 http://www.domain.com/products/

from http://www.htaccessredirect.net/index.php
Avatar of joe90kane

ASKER

Yep doesnt work

That works when redirecting a .html page but not the ?tkey=475
ASKER CERTIFIED SOLUTION
Avatar of aliganjei
aliganjei

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
That worded perfectly.
Thanks