Is it possible to add a site-wide add_rewrite_rule for a multilingual site?

I don’t know if this can be done at once —using maybe an htaccess rule–. But, I think rebuilding the existing rewrite rules instead of adding new ones can do the trick. There are filters available for each group of rewrite rules: post_rewrite_rules date_rewrite_rules comments_rewrite_rules search_rewrite_rules author_rewrite_rules page_rewrite_rules {post_type}_rewrite_rules {taxonomy}_rewrite_rules By using ‘post_rewrite_rules’ filter we … Read more

WordPress rewrite rule for specific page and second parametr doesnt work

OK I solved this problem: New code: add_action(‘init’, ‘add_test_url’); function add_test_url() { global $wp_rewrite; add_rewrite_tag(‘%v%’, ‘(.+)’); add_rewrite_rule(‘^page-test/([^/]+)/?$’, ‘index.php?pagename=page-test&v=$matches[1]’, ‘top’); $wp_rewrite->flush_rules(); } /// for debug GET value: function console_log($content) { echo “<!– console_log: ” . get_query_var(‘v’) . “–>”; } add_filter(‘loop_start’, ‘console_log’, 9); Only thing left is .htaccess redirects from old url to new url: <IfModule mod_rewrite.c> … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)