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): 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 Code (markup): via .htacess. thanks guys!
Redirect http://domain.com/landsys/profit_black/en/ http://www.domain.com/en/inner.iframe?id=profit-v1 Try this in .htaccess