Possible solutions of your questions

  hosting
<< Previous       Assistance in the validation file .htaccess

Question:
Answer:

In this case, you redirect with the condition of absence and presence www, but you do not consider provided and used when redirecting.

Logically following your redirect you with the same queries will produce two different results, and the logic in different queries should have different result. That`s what makes your redirect is:

http://interior-designing.ru  ->  http://interior-designing.club/

http://interior-designing.ru  ->  http://www.interior-designing.club/

Q: what is the address to show? With www or without?

This is neveryou rule:

RewriteCond %{HTTP_HOST} ^interior\\-designing\\.ru
RewriteRule ^(.*)$ http://www.interior-designing.club/$* [R=***,L]

You do not specify in condition www:

RewriteCond %{HTTP_HOST} ^interior\\-designing\\.ru

In this case it should be:

RewriteCond %{HTTP_HOST} ^www\\.interior\\-designing\\.ru

Check operate correctly redirect the rules at this link - http://htaccess.mwl.be

You need to fix the penultimate line of redirects.


Question: Thank You very much for help, Vladimir!Have a good day! :)
Answer: Since the issue has been resolved, we are closing this ticket. In case, in Your opinion, an unsatisfactory answer, You can always create a new one or reopen this ticket with my answer.
Question: Everything is super, thank you Vladimir!You can close the ticket!You have a great day!
Answer:


ok

Question: Vladimir, I again to You,That the redirect to the new domain does not work ((Those rules about which You told me I was placed in .* in the directory of the old domain (*.*), the new domain also saw this File, I can see You there he was placed, when transferred to the domains. As I understand driving in the browser *.* should move to*. * and takes me nowhere: http://*.***/public_html*.*.*and going straight to the page *** error.What did I do wrong? Please help! Thank you!
Answer:

Clear the browser cache and retry opening the site. Redirect works fine. At interior-designing.ru open address interior-designing.club


<< Previous