Answer the question
In order to leave comments, you need to log in
How to set up a 301 redirect from an internal page to the main page?
Hello. How to set up a custom 301 redirect from site.ru/main to site.ru
Answer the question
In order to leave comments, you need to log in
Rules for configuring the .htaccess file for a 301 redirect:
At the same time, the new address must be specified in full with http or https and a domain name
function action_function_name_11() {
// Проверки и прочее
wp_safe_redirect( $location, 301);
}
add_action( 'template_redirect', 'action_function_name_11' );
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question