Possible solutions of your questions

  hosting
<< Previous       Forwarding

Question: Hello!Why has stopped working call forwarding from subdomain? For example, previously Cpanel was included setup forwarding from dermatosis.fotkaite.ru on dermatosis.ru and it worked for all domains. Now work stopped. This causes big problems with indexing sites, for example, the site falls under the filter.With respect, Roman
Answer:

Hello. please check opravila forwarding .htaccess / cpanel does exactly that. there is no redirect in cpanel / the only existing method of redirection is through the .htaccess when you change something in the menu forwarding cpanel it just edits this file. there is no other way and life can not

Question: I understand. There appears RewriteCond %{HTTP_HOST} ^dermatosis\\.fotkaite\\.ru$ [OR]RewriteCond %{HTTP_HOST} ^www\\.dermatosis\\.fotkaite\\.ru$RewriteRule ^/?$ \"http\\:\\/\\/www\\.dermatosis\\.ru\" [R=301,L]
Answer:

Yes, that`s right. this is the forwarding rules. you changed something else in the files .htaccess ?

Question: Yes, changed. RewriteCond %{HTTP_HOST} ^www\\.dermatosis\\.ru$ [NC] RewriteRule ^(.*)$ http://dermatosis.ru/$1 [L,R=301]Probably because of this?
Answer:

return the rules. check the operation of the sites after changes made

Question: it was written further to forward the \"www\" with \"www\"
Question: perhaps these rules need to somehow combine?
Answer:

Return to the previous form.

Question: left a rule only for subdomains. In the end, for http://www.dermatosis.fotkaite.ru/ - powered by www.dermatosis and for http://dermatosis.fotkaite.ru/ - does not work
Answer:

How it should work, the rule for < / span>http://dermatosis.fotkaite.ru/?

Question: redirection with dermatosis.fotkaite.ru on dermatosis.ru
Answer:

Use to perenapravlenie section in Your cPanel \"Perenapravlenie\".

Question: Included in CPanel redirect clearwoman.fotkaite.ru on clearwoman.giv a result www.clearwoman.fotkaite.ru - works on clearwoman.ru and for clearwoman.fotkaite.ru on clearwoman.ru not working
Answer:

make periadrenal with clearwoman.fotkaite.ru on www.clearwoman.fotkaite.ru

Question: And then what? Because then canceled call forwarding clearwoman.fotkaite.ru on clearwoman.Gia made periadrenal with clearwoman.fotkaite.ru on www.clearwoman.fotkaite.ru - it does not work. But on request http://www.clearwoman.fotkaite.ru/ open http://www.clearwoman.fotkaite.ru/home/radman/public_html/clearwoman.ru/%20www.clearwoman.fotkaite.ru
Question: Remade re-periadrenal with clearwoman.fotkaite.ru on www.clearwoman.fotkaite.ru in response, this page is detected cyclic переадресацияERR_TOO_MANY_REDIREcts
Question: the same configuration with the redirect to the website pogodaprognoz.ru give the correct result. What`s the problem? Because not so long ago everything worked
Question: For pogodaprognoz.ru included and RewriteCond %{HTTP_HOST} ^www\\.pogodaprognoz\\.ru$ [NC] RewriteRule ^(.*)$ http://pogodaprognoz.ru/$1 [L,R=301]иRewriteCond %{HTTP_HOST} ^pogodaprognoz\\.fotkaite\\.ru$ [OR]RewriteCond %{HTTP_HOST} ^www\\.pogodaprognoz\\.fotkaite\\.ru$RewriteRule ^/?$ \"http\\:\\/\\/pogodaprognoz\\.ru\" [R=301,L]
Answer:

In the file itself .htaccess you have a sample of a redirect:

  # RewriteCond %{HTTP_HOST} ^example\\.com$ [NC]

  # RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]

You need to specify a redirect rule like this:

RewriteCond %{HTTP_HOST} ^clearwoman\\.fotkaite\\.ru$ [OR]

RewriteCond %{HTTP_HOST} ^www\\.clearwoman\\.fotkaite\\.ru$ [NC]

RewriteRule ^(.*)$ http://www.clearwoman.ru [L,R=301]

 

Compare..


<< Previous