Square

Redirect

Полный редирект через index.php header(“Location: http://www.site.com”); .htaccess Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.site.com/$1 [R=301,L] Redirect 301 /old_url https://newdomains.com