Answer the question
In order to leave comments, you need to log in
How to redirect two domains to another domain?
How to redirect content from one domain to another?
For example: we have two domains - www.example1.ru and www.example2.ru, and there is a third domain www.domain.ru where all the content is located. When a user visits www.example2.ru, he is shown content from www.domain.ru, but the domain name is preserved, that is, there is no redirect.
The main domain www.domain.ru is connected to YANDEX DNS.
They say you can use aliases, but I can't.
Answer the question
In order to leave comments, you need to log in
> How to redirect content from one domain to another?
"How to dig wine"
What exactly do you mean by your phrase? 301 redirect? Mirror?
redirect, you can use the service https://2ns.info/domains.php?mode=redirect
Create index.html (Make it like the main page).
And in it:
<html>
<?php
header('Location: http://site.ru/');
?>
</html>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question