hi all,
here's a newbie question:
i'd like to do 302 redirection for specific pages (if visitor arrives to page A he is 302'd to page B):
Code:
for example these pages:
if a visitor arrives to this page:
http://domain.com/landsys/profit_black/en/
or
http://www.domain.com/landsys/profit_black/en/
he is 302'd to this page:
http://www.domain.com/en/inner.iframe?id=profit-v1
via .htacess.
thanks guys!
|