A
A
Alexander2019-03-25 15:01:11
1C-Bitrix
Alexander, 2019-03-25 15:01:11

A large number of redirects after the site transfer. How to fix?

The site was transferred to Bitrix.
The admin panel opens normally, but the site itself gives an error:
"The site redirected too many times.
Tell me how to fix it? What to check?
Hosting, domain and PHP version were changed (from 5 to 7).
Hosting is normal, not vds.
.htaccess cleaned from unnecessary redirects, now it looks like this.

Options -Indexes
ErrorDocument 404 /404.php



<IfModule mod_php7.c>
  php_flag allow_call_time_pass_reference 1
  php_flag session.use_trans_sid off

  #php_value display_errors 1

  #php_value mbstring.internal_encoding UTF-8
</IfModule>

<IfModule mod_rewrite.c>
  Options +FollowSymLinks
  RewriteEngine On
  RewriteBase /
  

  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}]

</IfModule>

<IfModule mod_dir.c>
  DirectoryIndex index.php index.html
</IfModule>

<IfModule mod_expires.c>
  ExpiresActive on
  ExpiresByType image/jpeg "access plus 3 day"
  ExpiresByType image/gif "access plus 3 day"
</IfModule>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kirill Proger, 2019-03-25
@freekirill

Disable the composite site and clear the Bitrix cache. this should solve the problem.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question