Jump to content
  • 0

не работает редирект с http на https при переходе на сайт из поисковой системы


sokolig
 Share

Question

Добрый день,
мы установили сертификат на сайт
В htaccess добавили правила перенаправления

<IfModule mod_rewrite.c>
    Options +FollowSymLinks
    RewriteEngine On
    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}]

RewriteCond %{HTTPS} =off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

теперь если в адресной строке браузера набрать ingenerseti.ru либо www.ingenerseti.ru то открывается https://ingenerseti.ruи далее если продолжать ходить по сайту то открываются все страницы и все работает нормально

но если в поисковике (например в яндексе) задать запрос с выдачей на наш сайт то открыватся страница https://ingenerseti.ru/bitrix/urlrewrite.php с 404 кодом
Например: в яндексе набираю "насосы лео" выдает наш сайт, перехожу а там https://ingenerseti.ru/bitrix/urlrewrite.php с 404 кодом

 

на данный момент я закоментил строки

RewriteCond %{HTTPS} =off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

 

чтобы с поисковиков можно было перейти на сайт по http

 

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy