Viewing 1 replies (of 1 total)
  • Seconded.

    Also please can you make it more clear how do we change 302 to 301? Will changing

    if ( $redirect ) {
    		wp_redirect( $redirect, apply_filters( 'c2c_single_category_redirect_status', 302 ) );
    	}

    to

    if ( $redirect ) {
    		wp_redirect( $redirect, apply_filters( 'c2c_single_category_redirect_status', 301 ) );
    	}

    in your single-category-permalink.php file work?

    Thanks very much for this plugin, I have to use it in conjuction with WP No Base Permalink plugin for tag base removal.

Viewing 1 replies (of 1 total)
  • The topic ‘Why 302 redirect and not 301?’ is closed to new replies.