Advertisement
Viper007Bond

Untitled

Aug 18th, 2011
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. if ( in_array( $_SERVER['HTTP_HOST'], array( 'tech-junkie.info', 'www.tech-junkie.info' ) ) ) {
  2.     wp_redirect( 'http://www.tech-junkie.org' . $_SERVER['REQUEST_URI'], 301 );
  3.     exit();
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement