The site on 1C Bitrix, works a comprehensive component of news, customized CNC. In .htaccess 1C Bitrix writes the standard set of rules:
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-l RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !/bitrix/urlrewrite.php$ RewriteRule ^(.*)$ /bitrix/urlrewrite.php [L] RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}] I add rules for splicing domains. Need a redirect from www to without www
RewriteCond %{HTTP_HOST} ^www\.advokat-norec\.ru RewriteRule ^(.*)$ http://advokat-norec.ru/$1 [R=permanent,L] while I go on the "physically" existing pages, everything is in order, it is worth going to the news page, the link to which the component forms, throws me at /bitrix/urlrewrite.php. How to fix I do not understand.