redirect 301
-
If someone of you guys need a 301 redirect instead of a 302 (like me), just change this code:
wp_redirect( $permalink . str_replace( $current_rel_url, ”, $_SERVER[ ‘REQUEST_URI’ ] ) );
into
wp_redirect( $permalink . str_replace( $current_rel_url, ”, $_SERVER[ ‘REQUEST_URI’ ] ) , $status = 301 );
in the shortn-it.php file.
- The topic ‘redirect 301’ is closed to new replies.