Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save bxtimur/cc70daa198cd7bfc80d662a46ee689de to your computer and use it in GitHub Desktop.

Select an option

Save bxtimur/cc70daa198cd7bfc80d662a46ee689de to your computer and use it in GitHub Desktop.
# все на https, кроме файла обмена с 1С (не работает он по https)
RewriteCond %{HTTP:X-HTTPS} !1
RewriteCond %{REQUEST_URI} !^/bitrix/admin/1c_exchange\.php$ [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment