There is a website bird music. If you go to the URL bird-muzyka.rf , then all the rules. And if you add in the URL www.ptitsa muzyka.rf , then the white screen of death.
What could be the problem? In the domain. RF, setting up a redirect?
Address WordPress and site settings http: //xn----7sbb1acpmu1ao3a9d.xn--p1ai
htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index1\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index1.php [L] </IfModule> # END WordPress