Перейти до вмісту
Пошук в
  • Детальніше...
Шукати результати, які ...
Шукати результати в ...

SSL установка


Recommended Posts

Здраствуйте, установил сертификат на два сайта на одном из них не переключаются языки, а на другом не открывается сайт вообще, только админка, в которой зеленая строка только на главной, когда переходишь куда то пропадает, подскажите где ошибся или как можно исправить?

Надіслати
Поділитися на інших сайтах


buslikdrev,

# 1.To use URL Alias you need to be running apache with mod_rewrite enabled.

# 2. In your opencart directory rename htaccess.txt to .htaccess.

# For any support issues please visit: http://www.opencart.com

Options +FollowSymlinks

# Prevent Directoy listing
Options -Indexes

# Prevent Direct Access to files
<FilesMatch "(?i)((\.tpl|\.ini|\.log|(?<!robots)\.txt))">
 Order deny,allow
</FilesMatch>

# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/

RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteRule ^system/download/(.*) index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]

### Additional Settings that may need to be enabled for some servers
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that.

# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
# php_flag register_globals off

# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off

# 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try
# php_value upload_max_filesize 999M

# 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value post_max_size 999M

# 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_execution_time 200

# 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_input_time 200

# 7. disable open_basedir limitations
# php_admin_value open_basedir none

что убрать не понимаю

Надіслати
Поділитися на інших сайтах


buslikdrev, нашол такой сервис, вот что пишет https://bertal.ru/index.php?a4066278/plombamarket.com.ua/#h

я не совсем разбираюсь в таких вопросах, можете обяснить что это значит

Надіслати
Поділитися на інших сайтах


36 минут назад, btrotsky сказал:

buslikdrev, нашол такой сервис, вот что пишет https://bertal.ru/index.php?a4066278/plombamarket.com.ua/#h

Как ни странно, но информация в данном случае очень полезная. У вас редирект на https ведёт сюда (порт в ссылке):

https://plombamarket.com.ua:443/

Отсюда и возникают проблемы с бесконечным редиректом, потому что потом ОК пытается его перенаправить на нормальную ссылку, а оно назад сюда.

В .htaccess у вас редиректов на https нет, значит проблема в настройках хостинга. И, похоже, что в самом ОК вы тоже не всё настроили, потому что он пытается при исправлении ссылки перенаправить на http версию.

Надіслати
Поділитися на інших сайтах


Dotrox, в ОК настроил конфиги и в админке включил ссл, больше ведь там ничего не надо настраивать, а на хостинге мне помогли в службе поддержки установить сертификат, но помогали настравивать на двух сайтах одновременно и на втором какбы все работает, кроме переключателя языка

при этом админка работает, без зеленой адресной строки, но работает, а сам сайт не работает

Змінено користувачем btrotsky
Надіслати
Поділитися на інших сайтах


25 минут назад, btrotsky сказал:

в ОК настроил конфиги

Вы абсолютно везде прописали https (не самый правильный способ, но достаточно эффективный)?

 

28 минут назад, btrotsky сказал:

хостинге мне помогли в службе поддержки установить сертификат, но помогали настравивать на двух сайтах одновременно

Вот пусть проверят, что они вам настроили. Редирект на ссылку с адресом порта происходит за пределами доступными вам (судя по .htaccess), так что вы в любом случае это сами исправить не сможете.

Надіслати
Поділитися на інших сайтах


Dotrox, прописал не везде, только там где нужно 

<?php
// HTTP
define('HTTP_SERVER', 'http://plombamarket.com.ua/');

// HTTPS
define('HTTPS_SERVER', 'https://plombamarket.com.ua/');

 

10 минут назад, Dotrox сказал:

Вы абсолютно везде прописали https (не самый правильный способ, но достаточно эффективный)?

 

Вот пусть проверят, что они вам настроили. Редирект на ссылку с адресом порта происходит за пределами доступными вам (судя по .htaccess), так что вы в любом случае это сами исправить не сможете.

они отписали, что 

Дело не в настройках сервера, а в скриптах Вашей CMS OpenCart.
Для проверки мы разместили в корневой директории сайта обычный php скрипт info.php, выводящий информацию о режиме работе интерпретатора PHP, и с ним указанных проблем нет.
https://plombamarket.com.ua/info.php

и по ссылке работает, значит это все-таки я натупил где-то, но где вопрос 

Змінено користувачем btrotsky
Надіслати
Поділитися на інших сайтах


8 минут назад, btrotsky сказал:

только там где нужно

В силу кривизны ОК получается, что нужно именно абсолютно везде! В таком варианте, как сейчас, у вас https будет только в кабинете покупателя и на страницах связанных с оформлением заказа.

 

9 минут назад, btrotsky сказал:

и по ссылке работает

Действительно. Значит у вас вариант, который казался настолько маловероятным, что я его даже не писал - у вас есть какой-то очень кривой модуль, который пытается редиректить на https, но при этом редиректит на ссылку с портом.

 

Какая у вас там версия и сборка ОК?

Надіслати
Поділитися на інших сайтах


8 минут назад, btrotsky сказал:

переключил в админке ЧПУ из сеопро на дефолтный и заработало

А откуда у вас SeoPro?

На версии 2.2 нет ocStore, где SeoPro из коробки. Значит у вас либо какая-то другая сборка, где что-то намудрили с SeoPro, либо вы SeoPro сами ставили и опять же, какую-то левую версию.

Надіслати
Поділитися на інших сайтах


12 минут назад, btrotsky сказал:

у меня OpenCart 2.2.0.0

Два нуля в номере ничего не меняют, это всё равно ветка 2.2, на которой ocStore не выходил.

 

У вас в директории /catalog/controller/startup должен быть файл seo_pro.php. Сделайте его бекап, а затем замените содержимое на код отсюда: https://github.com/rb2/opencart-seopro/blob/oc2031/upload/catalog/controller/common/seo_pro.php

 

И после этого замените в начале файла ControllerCommonSeoPro на ControllerStartupSeoPro.

Надіслати
Поділитися на інших сайтах


Dotrox, в модификациях нету тоже, вот тот что в директории /catalog/controller/startup

<?php
class ControllerStartupSeoPro extends Controller {
	private $cache_data = null;
	private $languages = array();
	private $config_language;
	public function __construct($registry) {
		parent::__construct($registry);
		$this->cache_data = $this->cache->get('seo_pro');
		if (!$this->cache_data) {
			$query = $this->db->query("SELECT LOWER(`keyword`) as 'keyword', `query` FROM " . DB_PREFIX . "url_alias");
			$this->cache_data = array();
			foreach ($query->rows as $row) {
				$this->cache_data['keywords'][$row['keyword']] = $row['query'];
				$this->cache_data['queries'][$row['query']] = $row['keyword'];
			}
			$this->cache->set('seo_pro', $this->cache_data);
		}
		$query = $this->db->query("SELECT `value` FROM `" . DB_PREFIX . "setting` WHERE `key` = 'config_language'");
		$this->config_language = $query->row['value'];
		$query = $this->db->query("SELECT * FROM " . DB_PREFIX . "language WHERE status = '1'");
		foreach ($query->rows as $result) {
			$this->languages[$result['code']] = $result;
		}
	}
	public function index() {
		$code = null;
		// If language specified in URI - switch to code from URI
		if(isset($this->request->get['_route_'])) {
			$route_ = $this->request->get['_route_'];
			$tokens = explode('/', $this->request->get['_route_']);
			if(array_key_exists($tokens[0], $this->languages)) {
				$code = $tokens[0];
				$this->request->get['_route_'] = substr($this->request->get['_route_'], strlen($code) + 1);
			}
			if(trim($this->request->get['_route_']) == '' || trim($this->request->get['_route_']) == 'index.php') {
				unset($this->request->get['_route_']);
			}
		}
		// Pavillion Theme fix for "original_route" param.
		// Theme: <http://themeforest.net/item/pavilion-premium-responsive-opencart-theme/9219645>
		if(isset($this->request->get['original_route'])) {
			unset($this->request->get['original_route']);
		}
		// Detect language code
		if(!isset($code)) {
			if (isset($this->session->data['language'])) {
				$code = $this->session->data['language'];
			} elseif (isset($this->request->cookie['language'])) {
				$code = $this->request->cookie['language'];
			} else {
				$code = $this->config_language;
			}
		}
		if(!isset($this->session->data['language']) || $this->session->data['language'] != $code) {
			$this->session->data['language'] = $code;
		}
		$xhttprequested =
			isset($this->request->server['HTTP_X_REQUESTED_WITH'])
			&& (strtolower($this->request->server['HTTP_X_REQUESTED_WITH']) == 'xmlhttprequest');
		$captcha = isset($this->request->get['route']) && $this->request->get['route']=='tool/captcha';
		if(!$xhttprequested && !$captcha) {
			setcookie('language', $code, time() + 60 * 60 * 24 * 30, '/',
				($this->request->server['HTTP_HOST'] != 'localhost') ? $this->request->server['HTTP_HOST'] : false);
		}
		$this->config->set('config_language_id', $this->languages[$code]['language_id']);
		$this->config->set('config_language', $this->languages[$code]['code']);
		$language = new Language($this->languages[$code]['directory']);
		$language->load('default');
		$language->load($this->languages[$code]['directory']);
		$this->registry->set('language', $language);
		// Add rewrite to url class
		if ($this->config->get('config_seo_url')) {
			$this->url->addRewrite($this);
		} else {
			return;
		}
		// Decode URL
		if (!isset($this->request->get['_route_'])) {
			$this->validate();
		} else {
			$route = $this->request->get['_route_'];
			unset($this->request->get['_route_']);
			$parts = explode('/', trim(utf8_strtolower($route), '/'));
			list($last_part) = explode('.', array_pop($parts));
			array_push($parts, $last_part);
			$rows = array();
			foreach ($parts as $keyword) {
				if (isset($this->cache_data['keywords'][$keyword])) {
					$rows[] = array('keyword' => $keyword, 'query' => $this->cache_data['keywords'][$keyword]);
				}
			}
			if (count($rows) == sizeof($parts)) {
				$queries = array();
				foreach ($rows as $row) {
					$queries[utf8_strtolower($row['keyword'])] = $row['query'];
				}
				reset($parts);
				foreach ($parts as $part) {
					// fix "undefined index" exception,
					// https://github.com/myopencart/ocStore/commit/51bd518ca3ee3330ae87314472f63def17dcf746
					if( ! isset($queries[$part])) return false;
					$url = explode('=', $queries[$part], 2);
					if ($url[0] == 'category_id') {
						if (!isset($this->request->get['path'])) {
							$this->request->get['path'] = $url[1];
						} else {
							$this->request->get['path'] .= '_' . $url[1];
						}
					} elseif (count($url) > 1) {
						$this->request->get[$url[0]] = $url[1];
					}
				}
			} else {
				$this->request->get['route'] = 'error/not_found';
			}
			if (isset($this->request->get['product_id'])) {
				$this->request->get['route'] = 'product/product';
				if (!isset($this->request->get['path'])) {
					$path = $this->getPathByProduct($this->request->get['product_id']);
					if ($path) $this->request->get['path'] = $path;
				}
			} elseif (isset($this->request->get['path'])) {
				$this->request->get['route'] = 'product/category';
			} elseif (isset($this->request->get['manufacturer_id'])) {
				$this->request->get['route'] = 'product/manufacturer/info';
			} elseif (isset($this->request->get['information_id'])) {
				$this->request->get['route'] = 'information/information';
			// Compatibility with Shopencart News/Blog:
			} elseif (isset($this->request->get['news_id'])) {
				$this->request->get['route'] = 'news/article';
			} elseif (isset($this->request->get['author'])) {
				$this->request->get['route'] = 'news/ncategory';
			} elseif (isset($this->request->get['ncat'])) {
				$this->request->get['route'] = 'news/ncategory';
			} elseif (isset($this->request->get['ncategory_id'])) {
				$this->request->get['route'] = 'news/ncategory';
			} elseif (isset($this->request->get['author'])) {
				$this->request->get['route'] = 'news/ncategory';
			// Compatibility with VDF News (villagedefrance)
			} elseif (isset($this->request->get['news_id'])) {
				$this->request->get['route'] = 'information/news/news';
			} elseif (isset($this->request->get['posts_id'])) {
				$this->request->get['route'] = 'information/posts/posts';
			// Compatibility with some unknown Blog (blog/home, blog/category, blog/blog):
			} elseif (isset($this->request->get['blog_id'])) {
				$this->request->get['route'] = 'blog/blog';
			} elseif (isset($this->request->get['blog_category_id'])) {
				$this->request->get['route'] = 'blog/category';
				$this->request->get['blogpath'] = $this->request->get['blog_category_id'];
				unset($this->request->get['blog_category_id']);
			} elseif(isset($this->cache_data['queries'][$route_])) {
					header($this->request->server['SERVER_PROTOCOL'] . ' 301 Moved Permanently');
					$this->response->redirect($this->cache_data['queries'][$route_], 301);
			} else {
				if (isset($queries[$parts[0]])) {
					$this->request->get['route'] = $queries[$parts[0]];
				}
			}
			$this->validate();
			if (isset($this->request->get['route'])) {
				return new Action($this->request->get['route']);
			}
		}
	}
	public function rewrite($link, $code = '') {
		if(!$code) {
			$code = $this->session->data['language'];
		}
		if($this->config->get('ocjazz_seopro_hide_default') && $code == $this->config_language) {
			$code='';
		}
		else {
			$code .='/';
		}
		if (!$this->config->get('config_seo_url')) return $link;
		$seo_url = '';
		$component = parse_url(str_replace('&amp;', '&', $link));
		$data = array();
		parse_str($component['query'], $data);
		$route = $data['route'];
		unset($data['route']);
		switch ($route) {
			case 'common/home':
				if ($component['scheme'] == 'https') {
					$link = $this->config->get('config_ssl');
				} else {
					$link = $this->config->get('config_url');
				}
				if($code != $this->config_language.'/') {
					$link .= $code;
				}
				if(isset($this->cache_data['queries']['common/home'])) {
					$link .= $this->cache_data['queries']['common/home'];
				}
				// Return clean shop link with any GET-parameters stripped off
				return $link;
				// (if you want to pass all parameters on homepage as is, comment the line above: `// return $link;`)
				break;
			case 'product/product':
				if (isset($data['product_id'])) {
					// Whitelist GET parameters
					$tmp = $data;
					$data = array();
					if ($this->config->get('config_seo_url_include_path')) {
						$data['path'] = $this->getPathByProduct($tmp['product_id']);
						if (!$data['path']) return $link;
					}
					$allowed_parameters = array(
						'product_id', 'tracking',
						// Compatibility with "OCJ Merchandising Reports" module.
						// Save and pass-thru module specific GET parameters.
						'uri', 'list_type',
						// Compatibility with Google Analytics
						'gclid', 'utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',
						'type', 'source', 'block', 'position', 'keyword',
						// Compatibility with Yandex Metrics, Yandex Market
						'yclid', 'ymclid', 'openstat', 'frommarket',
						'openstat_service', 'openstat_campaign', 'openstat_ad', 'openstat_source',
						// Compatibility with Themeforest Rgen templates (popup with product preview)
						'urltype'
						);
					foreach($allowed_parameters as $ap) {
						if (isset($tmp[$ap])) {
							$data[$ap] = $tmp[$ap];
						}
					}
				}
				break;
			case 'product/category':
				if (isset($data['path'])) {
					$category = explode('_', $data['path']);
					$category = end($category);
					$data['path'] = $this->getPathByCategory($category);
					if (!$data['path']) return $link;
				}
				break;
			// pages retreived by AJAX requests
			case 'product/product/review':
			case 'tool/captcha':
			case 'information/information/info':
			case 'information/information/agree':
			case 'product/live_options/js':
			case 'module/kw_flycart/addProduct':
			case 'module/kw_flycart/removeProduct':
			case 'module/kw_flycart/quantityUpdate':
			case 'module/kw_flycart/loader':
				return $link;
				break;
			default:
				break;
		}
		if ($component['scheme'] == 'https') {
			$link = $this->config->get('config_ssl');
		} else {
			$link = $this->config->get('config_url');
		}
		$link .= $code . 'index.php?route=' . $route;
		if (count($data)) {
			$link .= '&amp;' . urldecode(http_build_query($data, '', '&amp;'));
		}
		$queries = array();
		foreach ($data as $key => $value) {
			switch ($key) {
				case 'product_id':
				case 'manufacturer_id':
				case 'category_id':
				case 'information_id':
				case 'download_id':
				case 'order_id':
				case 'search':
				case 'sub_category':
				case 'description':
				// Compatibility with Shopencart News/Blog:
				case 'news_id':
				case 'author':
				case 'ncat':
				// Compatibility with VDF News (villagedefrance)
				case 'news_id':
				case 'posts_id':
				// Compatibility with unknown Blog:
				case 'blog_id':
				case 'blog_category_id':
				case 'blogpath':
					$queries[] = $key . '=' . $value;
					unset($data[$key]);
					$postfix = 1;
					break;
				case 'page':
					if($value == 1) {
						unset($data[$key]);
					} else {
						$queries[] = $key . '=' . $value;
					}
					break;
				case 'path':
					// ATTN: user can set any path: path=2_4_1_2_3
					$category_path = explode('_', $value);
					// find real category path:
					$category_id = end($category_path);
					$categories = $this->getPathByCategory($category_id);
					// save all categories queries to find later their aliases
					$categories = explode('_', $categories);
					foreach ($categories as $category) {
						$queries[] = 'category_id=' . $category;
					}
					unset($data[$key]);
					break;
				default:
					break;
			}
		}
		if(empty($queries)) {
			$queries[] = $route;
		}
		$rows = array();
		foreach($queries as $query) {
			if(isset($this->cache_data['queries'][$query])) {
				$rows[] = array('query' => $query, 'keyword' => $this->cache_data['queries'][$query]);
			}
			// Leave "page=..." parameter as is
			if(preg_match('/^page=/', $query) === 1 && $query != 'page=1') {
				// Fix for site.com/?page=
				if (isset($this->cache_data['queries'][$route])) {
					$route_for_page = $this->cache_data['queries'][$route];
					$rows[] = array('query' => $query, 'keyword' => $route_for_page);
				} else {
					$rows[] = array('query' => $query, 'keyword' => '');
				}
			}
		}
		if(count($rows) == count($queries)) {
			$aliases = array();
			foreach($rows as $row) {
				$aliases[$row['query']] = $row['keyword'];
			}
			foreach($queries as $query) {
				$seo_url .= '/' . rawurlencode($aliases[$query]);
			}
		}
		if ($seo_url == '') return $link;
		$seo_url = $code . trim($seo_url, '/');
		if ($component['scheme'] == 'https') {
			$seo_url = $this->config->get('config_ssl') . $seo_url;
		} else {
			$seo_url = $this->config->get('config_url') . $seo_url;
		}
		if (isset($postfix)) {
			$seo_url .= trim($this->config->get('config_seo_url_postfix'));
		} else {
			$seo_url .= '/';
		}
		if(substr($seo_url, -2) == '//') {
			$seo_url = substr($seo_url, 0, -1);
		}
		if (count($data)) {
			$seo_url .= '?' . urldecode(http_build_query($data, '', '&amp;'));
		}
		return $seo_url;
	}
	private function getPathByProduct($product_id) {
		$product_id = (int)$product_id;
		if ($product_id < 1) return false;
		static $path = null;
		if (!is_array($path)) {
			$path = $this->cache->get('product.seopath');
			if (!is_array($path)) $path = array();
		}
		if (!isset($path[$product_id])) {
			$query = $this->db->query("SELECT category_id FROM " . DB_PREFIX . "product_to_category WHERE product_id = '" . $product_id . "' ORDER BY main_category DESC LIMIT 1");
			$path[$product_id] = $this->getPathByCategory($query->num_rows ? (int)$query->row['category_id'] : 0);
			$this->cache->set('product.seopath', $path);
		}
		return $path[$product_id];
	}
	private function getPathByCategory($category_id) {
		$category_id = (int)$category_id;
		if ($category_id < 1) return false;
		static $path = null;
		if (!is_array($path)) {
			$path = $this->cache->get('category.seopath');
			if (!is_array($path)) $path = array();
		}
		if (!isset($path[$category_id])) {
			$max_level = 10;
			$sql = "SELECT CONCAT_WS('_'";
			for ($i = $max_level-1; $i >= 0; --$i) {
				$sql .= ",t$i.category_id";
			}
			$sql .= ") AS path FROM " . DB_PREFIX . "category t0";
			for ($i = 1; $i < $max_level; ++$i) {
				$sql .= " LEFT JOIN " . DB_PREFIX . "category t$i ON (t$i.category_id = t" . ($i-1) . ".parent_id)";
			}
			$sql .= " WHERE t0.category_id = '" . $category_id . "'";
			$query = $this->db->query($sql);
			$path[$category_id] = $query->num_rows ? $query->row['path'] : false;
			$this->cache->set('category.seopath', $path);
		}
		return $path[$category_id];
	}
	private function validate() {
		// Leave some routes AS IS, pass through seo_pro.php
		$asis = array('error/not_found', 'product/live_options/js');
		if (isset($this->request->get['route']) && (
			in_array($this->request->get['route'], $asis)
			|| preg_match('~^api/~', $this->request->get['route'])    // All API requests
			))
		{
			return;
		}
		if (ltrim($this->request->server['REQUEST_URI'], '/') == 'sitemap.xml') {
			$this->request->get['route'] = 'feed/google_sitemap';
			return;
		}
		if(empty($this->request->get['route'])) {
			$this->request->get['route'] = 'common/home';
		}
		if (isset($this->request->server['HTTP_X_REQUESTED_WITH']) && strtolower($this->request->server['HTTP_X_REQUESTED_WITH']) == 'xmlhttprequest') {
			return;
		}
		if (isset($this->request->server['HTTPS']) && (($this->request->server['HTTPS'] == 'on') || ($this->request->server['HTTPS'] == '1'))) {
			$url = str_replace('&amp;', '&', $this->config->get('config_ssl') . ltrim($this->request->server['REQUEST_URI'], '/'));
			$seo = str_replace('&amp;', '&', $this->url->link($this->request->get['route'], $this->getQueryString(array('route')), 'SSL'));
		} else {
			$url = str_replace('&amp;', '&',
				substr($this->config->get('config_url'), 0, strpos($this->config->get('config_url'), '/', 10)) // leave only domain
				. $this->request->server['REQUEST_URI']);
			$seo = str_replace('&amp;', '&', $this->url->link($this->request->get['route'], $this->getQueryString(array('route')), 'NONSSL'));
		}
		if (rawurldecode($url) != rawurldecode($seo)) {
			// header($this->request->server['SERVER_PROTOCOL'] . ' 303 See Other');
			// $this->response->redirect($seo,303);
			header($this->request->server['SERVER_PROTOCOL'] . ' 301 Moved Permanently');
			$this->response->redirect($seo,301);
		}
	}
	private function getQueryString($exclude = array()) {
		if (!is_array($exclude)) {
			$exclude = array();
			}
		return urldecode(
			http_build_query(
				array_diff_key($this->request->get, array_flip($exclude))
				)
			);
		}
	}

 

Надіслати
Поділитися на інших сайтах


2 минуты назад, btrotsky сказал:

вот тот что в директории /catalog/controller/startup

Это изначально такой был или после ваших правок?

В любом случае, попробуйте тогда отсюда: https://github.com/myopencart/ocStore/blob/ocStore2/upload/catalog/controller/startup/seo_pro.php

В этом ничего править не надо, просто скопировать код.

Надіслати
Поділитися на інших сайтах


Тогда, вероятно, проблема не в самом SeoPro, что маловероятно, учитывая, что она есть только при его включении.

Можно попробовать поставить

 

если не поможет, то только обращаться либо к тем, кто делал магазин, либо за платной помощью.

Надіслати
Поділитися на інших сайтах


@Dotrox сделал, помогла одна строчка http://forum.opencart-russia.ru/threads/nastrojka-ssl.424/page-4#post-26036, правда в процесе всего этого я не заметил в какой момент у меня слетели все модификации (выводил дополнительные описание брэндов, категорий, Н1 и т.д.), но в принципе это не большая проблема

и слетела сайтмэп от гугла, которая в "Каналы продвижения" и она почему-то не подключаеться ошибка непонятная, стоит ссылка 

http://plombamarket.com.ua/index.php?route=feed/google_sitemap

и ошибка 

This page contains the following errors:

error on line 3 at column 6: XML declaration allowed only at the start of the document
Below is a rendering of the page up to the first error.

все же что-то криво стоит, ибо еще загрузчик не работает выдает ошибку "error undefined"

 

если у кого будет проблема с сеопро и сертификатом, то решение - http://forum.opencart-russia.ru/threads/nastrojka-ssl.424/page-4#post-26036

 

А@Dotrox отдельное спасибо за помощь!

Змінено користувачем btrotsky
Надіслати
Поділитися на інших сайтах


Створіть аккаунт або увійдіть для коментування

Ви повинні бути користувачем, щоб залишити коментар

Створити обліковий запис

Зареєструйтеся для отримання облікового запису. Це просто!

Зареєструвати аккаунт

Вхід

Уже зареєстровані? Увійдіть тут.

Вхід зараз
  • Зараз на сторінці   0 користувачів

    • Ні користувачів, які переглядиють цю сторінку
×
×
  • Створити...

Important Information

На нашому сайті використовуються файли cookie і відбувається обробка деяких персональних даних користувачів, щоб поліпшити користувальницький інтерфейс. Щоб дізнатися для чого і які персональні дані ми обробляємо перейдіть за посиланням . Якщо Ви натиснете «Я даю згоду», це означає, що Ви розумієте і приймаєте всі умови, зазначені в цьому Повідомленні про конфіденційність.