Вы знаете все равно система пишет, что "редирект с WWW перенаправление не настроено" может надо через некоторое время еще перепроверить?
А htaccess теперь выглядит так:
ErrorDocument 404 http://www.portrets.ru/error404.html
AddType application/x-httpd-php .php .htm .html
AddHandler application/x-httpd-php .php .php3 .php4 .htm .html .shtm .shtml
php_flag display_errors 1
AddType application/x-httpd-php5 .php .htm .html
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.portrets\.ru$ [NC]
RewriteRule ^(.*)$ http://portrets.ru/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^www\.portrets\.ru$ [NC]
RewriteRule ^(.*)$ http://portrets.ru/$1 [R=301,L]
А htaccess теперь выглядит так:
ErrorDocument 404 http://www.portrets.ru/error404.html
AddType application/x-httpd-php .php .htm .html
AddHandler application/x-httpd-php .php .php3 .php4 .htm .html .shtm .shtml
php_flag display_errors 1
AddType application/x-httpd-php5 .php .htm .html
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.portrets\.ru$ [NC]
RewriteRule ^(.*)$ http://portrets.ru/$1 [R=301,L]
RewriteRule ^(.*)$ http:\/\/%1/$1 [R=301,QSA,L]
RewriteRule ^(.*)$ http://сайт.ru/$1 [R=301,L]