how can i add [R=301] to this code?
in functions.php :
add_rewrite_rule( \'province-(.+)/?$\', \'p/$matches[1]\', \'top\' );
i try this bu