Broken page redirect

I found solution – I needed to run flush_rules() method at least once to clean cache.

//Ensure the $wp_rewrite global is loaded
global $wp_rewrite;
//Call flush_rules() as a method of the $wp_rewrite object
$wp_rewrite->flush_rules( false );