WordPress add_rewrite_rule not working with Root Relative URLs
-
When using this plugin, rewrites using the WordPress add_rewrite_rule do not seem to work. For example, the following does not redirect:
function my_add_rewrite_rules() { add_rewrite_rule( 'login/?$', 'wp-login.php', 'top' ); } add_action( 'init' , 'my_add_rewrite_rules' );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WordPress add_rewrite_rule not working with Root Relative URLs’ is closed to new replies.