Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

vitalmar

Новичок
  
  • Posts

    1
  • Joined

  • Last visited

vitalmar's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter

Recent Badges

0

Reputation

  1. Здравствуйте! Есть ocStore Версия 1.5.5.1, после переезда с http на https пересили рилиить фильтры товаров в админке. Согдержание .htaccess: Options All -ExecCGI -Indexes -Includes +FollowSymLinks <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{HTTPS} =on RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [QSA,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA] RewriteCond %{REQUEST_URI} !robots.txt RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css) RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L] RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L] RewriteCond %{QUERY_STRING} ^(.*)&?page=1(.*)$ RewriteRule ^(.*)/?$ /$1?%1%2 [R=301,L] </IfModule> <IfModule setenvif_module> SetEnvIf X-Forwarded-Proto https HTTPS=on </IfModule> В осильном проблем нет, в консоли браузера сообещёние: Конфиг admin/config.php // HTTP define('HTTP_SERVER', 'https://site.ru/admin/'); define('HTTP_CATALOG', 'https://site.ru/'); // HTTPS define('HTTPS_SERVER', 'https://site.ru/admin/'); define('HTTPS_CATALOG', 'https://site.ru/'); define('HTTPS_IMAGE', 'https://site.ru/image/'); Собственно сам js скрипт находиться в файле "admin/view/template/catalog/product_list.tpl", обрилитлик - "admin/controller/catalog/filter.php". В адимнке base href =https://site.ru/admin В интернеих пишут про кроссдоменные запросы, но не могу понять как получается http если все запросы завораливаются на https. Help!
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.