sindoyun
+13
Репутация
13
Рейтинг
Пример: на главной стоит виджет "объявления", при клике на название виджета, переход на доску объявлений.
Тоже не работает вывод своих иконок! Может конкретный размер или тип файла нужен?
ЗЫ. Последняя версия движка(2.12.1)
ЗЫ. Последняя версия движка(2.12.1)
этот сервис используйте whynopadlock.com
У большинства хостов есть опция.С http не работает переадресация на https
Если нет, — в .htaccess из версии на гите подсмотрите (там теперь есть и склейка www и http).
Это самое?
#To redirect all users to access the site without the www. prefix RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] RewriteRule ^ http://%1%{REQUEST_URI} [L,R=301] # HTTPS redirect if available RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
Спасибо, работает!Добавьте ниже:
Рано радовался! С http не работает переадресация на https
Спасибо, работает!Добавьте ниже:
Подскажите пожалуйста, знающие люди.
Перепробовал множество вариантов данного редиректа, но не один не подошел.
Сейчас стоит этот
Перепробовал множество вариантов данного редиректа, но не один не подошел.
Сейчас стоит этот
RewriteEngine On RewriteCond %{ENV:HTTPS} !on RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Всем доброго дня! Подскажите пожалуйста, как закрыть от индексации свойства и поля в объявлениях? Еще хотелось бы закрыть от индексации пользователя добавившего объявление. На скрине отмечено
Подскажите пожалуйста, как решить проблему с выводом родительской категории объявлений при подаче(скрин)?
Если категория выглядит так "Район --> Легковое авто", то все нормально, а если вот так "Район --> Легковое авто --> Продать", то пропадает "Район"
Если категория выглядит так "Район --> Легковое авто", то все нормально, а если вот так "Район --> Легковое авто --> Продать", то пропадает "Район"
Вопрос все еще открыт!
sindoyun, еще не обновлялся, но предположу, что стоит обновить шаблон… Скорее всего изменился стиль кнопки.
вроде как последняя версия шаблона. Стиль кнопки где искать, не знаете?
ТС, решили проблему?
Сегодня обнаружил подобное у себя на сайте, версия 2.8.1. Поискал решение — не нашел! Если кто знает решение, тыкните носом пожалуйста.
Сегодня обнаружил подобное у себя на сайте, версия 2.8.1. Поискал решение — не нашел! Если кто знает решение, тыкните носом пожалуйста.
Ну перейти на php5 или просто отключить пинг устранит ошибку, но хотелось бы исправить ошибку для php7
Всем добрейшего денёчка! Помогите пожалуйста с ошибкой.
Ошибки вылезли внезапно, из добавленного на сайт, добавил только микроразметку.
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; IXR_Value has a deprecated constructor in /home/сайт.ру/system/controllers/ping/IXR_Library.php on line 42 Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; IXR_Message has a deprecated constructor in /home/сайт.ру/system/controllers/ping/IXR_Library.php on line 171 Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; IXR_Server has a deprecated constructor in /home/сайт.ру/system/controllers/ping/IXR_Library.php on line 342 Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; IXR_Request has a deprecated constructor in /home/сайт.ру/system/controllers/ping/IXR_Library.php on line 546 Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; IXR_Client has a deprecated constructor in /home/сайт.ру/system/controllers/ping/IXR_Library.php on line 590 Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; IXR_Error has a deprecated constructor in /home/сайт.ру/system/controllers/ping/IXR_Library.php on line 740 Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; IXR_Date has a deprecated constructor in /home/сайт.ру/system/controllers/ping/IXR_Library.php on line 782 Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; IXR_Base64 has a deprecated constructor in /home/сайт.ру/system/controllers/ping/IXR_Library.php on line 845 Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; IXR_IntrospectionServer has a deprecated constructor in /home/сайт.ру/system/controllers/ping/IXR_Library.php on line 866 Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; IXR_ClientMulticall has a deprecated constructor in /home/сайт.ру/system/controllers/ping/IXR_Library.php on line 1029 Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; IXR_ClientSSL has a deprecated constructor in /home/сайт.ру/system/controllers/ping/IXR_Library.php on line 1065 Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; IXR_ClassServer has a deprecated constructor in /home/сайт.ру/system/controllers/ping/IXR_Library.php on line 1289
При генерировании карты сайта выскакивает ошибка, но карта сайта все-же создается, хотелось бы решить проблему ошибки.
Проблема решилась?