Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ASDAFF/588e0c8683ed82f951312fe88413e93b to your computer and use it in GitHub Desktop.

Select an option

Save ASDAFF/588e0c8683ed82f951312fe88413e93b 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