<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
			<channel>
			<title>Редирект с http на https / Вопросы, проблемы и их решения / Alto CMS</title>
			<link>http://79.174.14.219/comments/1759/</link>
			<description><![CDATA[Добрый день! подключил SSL для сайта, все сделал, а вот по http:// все равно заходит с ошибками и не перекидывает]]></description>
			<language>ru</language>
			<managingEditor>noreply@altocms.ru</managingEditor>
			<webMaster>noreply@altocms.ru</webMaster>
			<generator>Alto CMS v.1.5.0b1</generator>
							<item>
					<title>Редирект с http на https (comment #28128)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28128</guid>
					<link>http://79.174.14.219/1759.html#comment28128</link>
					<author>anp135@gmail.com</author>
					<description><![CDATA[Версия ALto?]]></description>
					<pubDate>Mon, 26 Dec 2016 14:28:31 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28129)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28129</guid>
					<link>http://79.174.14.219/1759.html#comment28129</link>
					<author>lk0dee@abrahabr.ru</author>
					<description><![CDATA[последняя]]></description>
					<pubDate>Mon, 26 Dec 2016 14:32:13 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28132)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28132</guid>
					<link>http://79.174.14.219/1759.html#comment28132</link>
					<author>anp135@gmail.com</author>
					<description><![CDATA[1. Берём штатное:<br>
<pre class="prettyprint"><code>$config[&#39;path&#39;][&#39;root&#39;][&#39;url&#39;] = F::UrlBase() . &#39;/&#39;;
$config[&#39;path&#39;][&#39;root&#39;][&#39;dir&#39;] = ALTO_DIR . &#39;/&#39;;
$config[&#39;path&#39;][&#39;runtime&#39;][&#39;dir&#39;]       = &#39;___path.root.dir___/_run/&#39;;</code></pre><br>
<br>
2. чистим кеши, удаляем содержимое /_run и /_tmp<br>
<br>
3. Чистим кеш браузера<br>
<br>
4. Пробуем обратиться по <a href="https://" rel="nofollow">https://</a>, смотрим результат. Сайт в паблике? Есть вариант напосмотреть?]]></description>
					<pubDate>Mon, 26 Dec 2016 15:24:56 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28131)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28131</guid>
					<link>http://79.174.14.219/1759.html#comment28131</link>
					<author>Motosimak@mail.ru</author>
					<description><![CDATA[<a href="http://altocms.ru/1706.html">http://altocms.ru/1706.html</a>]]></description>
					<pubDate>Mon, 26 Dec 2016 15:17:09 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28133)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28133</guid>
					<link>http://79.174.14.219/1759.html#comment28133</link>
					<author>lk0dee@abrahabr.ru</author>
					<description><![CDATA[1) Явно указываем протокол HTTPS в URL сайта:<br>
$config[&#39;path&#39;][&#39;root&#39;][&#39;url&#39;] = &#39;https://site.com/&#39;;<br>
<br>
2) Для ассетов задаем относительный URL:<br>
$config[&#39;path&#39;][&#39;runtime&#39;][&#39;url&#39;] = &#39;/_run/&#39;;<br>
<br>
Это я уже все сделал! сейчас сайт ведет себя не много не понятно, посмотрите сами <a href="http://abrahabr.ru" rel="nofollow">http://abrahabr.ru</a> и <a href="https://abrahabr.ru" rel="nofollow">https://abrahabr.ru</a> почему то доступен и по http и по https...]]></description>
					<pubDate>Mon, 26 Dec 2016 16:06:07 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28134)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28134</guid>
					<link>http://79.174.14.219/1759.html#comment28134</link>
					<author>anp135@gmail.com</author>
					<description><![CDATA[<pre class="prettyprint"><code>&#60;link type=&#34;text/css&#34; rel=&#34;stylesheet&#34; href=&#34;https://abrahabr.ru/habr/javascripts/libs/engine/comments.js&#34; /&#62;</code></pre><br>
косяк в шаблоне.<br>
<br>
<pre class="prettyprint"><code>&#60;img src=&#34;http://habrcdn.ru/files/d21/d88/d21d889a4abda131cd1fff22aa18d347.jpeg&#34; width=&#34;650&#34;&#62;</code></pre><br>
Внешняя ссылка. Вполне логично вставленная через <a href="http://" rel="nofollow">http://</a> она так и останется...<br>
<br>
В остальном порядок.]]></description>
					<pubDate>Mon, 26 Dec 2016 16:25:18 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28135)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28135</guid>
					<link>http://79.174.14.219/1759.html#comment28135</link>
					<author>lk0dee@abrahabr.ru</author>
					<description><![CDATA[Про ссылку я знаю.. меня больше интересует почему происходит вот этот момент — почему то доступен и по http и по https...<br>
<br>
когда по идее http должен перекидывать на https]]></description>
					<pubDate>Mon, 26 Dec 2016 16:31:56 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28136)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28136</guid>
					<link>http://79.174.14.219/1759.html#comment28136</link>
					<author>anp135@gmail.com</author>
					<description><![CDATA[Вы хотите выполнять редирект средствами Alto, или подойдёт более правильная настройка веб-сервера?]]></description>
					<pubDate>Mon, 26 Dec 2016 16:53:35 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28137)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28137</guid>
					<link>http://79.174.14.219/1759.html#comment28137</link>
					<author>lk0dee@abrahabr.ru</author>
					<description><![CDATA[Ну я думаю тут нужно делать более правильно.. как положено )]]></description>
					<pubDate>Mon, 26 Dec 2016 17:18:15 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28138)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28138</guid>
					<link>http://79.174.14.219/1759.html#comment28138</link>
					<author>anp135@gmail.com</author>
					<description><![CDATA[Для nginx в настройках <strong>server</strong><br>
<pre class="prettyprint"><code>if ($ssl_protocol = &#34;&#34;) {                                
  rewrite ^/(.*) https://$server_name/$1 permanent;
}</code></pre><br>
<br>
Для апача в корневом <strong>.htaccess</strong><br>
<br>
<pre class="prettyprint"><code>RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI}</code></pre>]]></description>
					<pubDate>Mon, 26 Dec 2016 17:27:12 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28139)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28139</guid>
					<link>http://79.174.14.219/1759.html#comment28139</link>
					<author>lk0dee@abrahabr.ru</author>
					<description><![CDATA[Я та же пробовал..<br>
<br>
RewriteCond %{HTTPS} off<br>
RewriteRule ^ <a href="https://%{HTTP_HOST}%{REQUEST_URI}" rel="nofollow">https://%{HTTP_HOST}%{REQUEST_URI}</a><br>
<br>
Неверное перенаправление на странице<br>
<br>
срабатывает только вот так <br>
RewriteCond %{HTTPS} on<br>
RewriteRule ^ <a href="https://%{HTTP_HOST}%{REQUEST_URI}" rel="nofollow">https://%{HTTP_HOST}%{REQUEST_URI}</a><br>
<br>
и все равно оба протокола доступны...]]></description>
					<pubDate>Mon, 26 Dec 2016 17:37:37 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28143)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28143</guid>
					<link>http://79.174.14.219/1759.html#comment28143</link>
					<author>anp135@gmail.com</author>
					<description><![CDATA[<blockquote>срабатывает только вот так </blockquote>
это не срабатывает —), это масло масляное — RewriteCond — это условие для выполнения RewriteRule. В случае HTTPS редиректить на ... <a href="https://" rel="nofollow">https://</a>]]></description>
					<pubDate>Mon, 26 Dec 2016 17:45:22 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28140)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28140</guid>
					<link>http://79.174.14.219/1759.html#comment28140</link>
					<author>lk0dee@abrahabr.ru</author>
					<description><![CDATA[Вроде получилось сделать вот таким вариантом <br>
<br>
RewriteCond %{HTTPS} off<br>
RewriteCond %{HTTP:X-Forwarded-Proto} !https<br>
<br>
а вот если к примеру на данной странице <a href="https://abrahabr.ru/sandbox/" rel="nofollow">https://abrahabr.ru/sandbox/</a><br>
<br>
нажимать — на главную — не перекидывает]]></description>
					<pubDate>Mon, 26 Dec 2016 17:40:55 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28141)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28141</guid>
					<link>http://79.174.14.219/1759.html#comment28141</link>
					<author>j.j.lefebvre@yandex.ru</author>
					<description><![CDATA[вариант просто отключить http в веб-сервере оставив только https не рассматривался?]]></description>
					<pubDate>Mon, 26 Dec 2016 17:42:55 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28142)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28142</guid>
					<link>http://79.174.14.219/1759.html#comment28142</link>
					<author>lk0dee@abrahabr.ru</author>
					<description><![CDATA[Можно и так, но не знаю как это делается. Но если я отключу, у меня не один сайт стоит.. а еще 2 штуки.. по протоколу http]]></description>
					<pubDate>Mon, 26 Dec 2016 17:43:38 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28144)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28144</guid>
					<link>http://79.174.14.219/1759.html#comment28144</link>
					<author>j.j.lefebvre@yandex.ru</author>
					<description><![CDATA[NameBasedVirtualHost бывает только по http.<br>
делаете два виртуальных хоста по имени для сайтов по http, а для этого сайта- делаете дефолтный по https<br>
и никаких реврайтов нигде...<br>
только настройку альто соблюсти правильную]]></description>
					<pubDate>Mon, 26 Dec 2016 17:48:15 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28145)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28145</guid>
					<link>http://79.174.14.219/1759.html#comment28145</link>
					<author>lk0dee@abrahabr.ru</author>
					<description><![CDATA[В общем есть 2 проблемы которые я пока что заметил. <br>
<br>
1. Редирект работает, но если нажимать на главную, то не перекидывает, вообще не реагирует<br>
2. Если находимся на странице — 404 или как пример <a href="https://abrahabr.ru/sandbox/" rel="nofollow">https://abrahabr.ru/sandbox/</a><br>
<br>
по нажатию на перейти на главную не перекидывает, то же не реагирует никак, причем в хроме это, а в мозилле вроде норм..]]></description>
					<pubDate>Mon, 26 Dec 2016 17:49:11 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28147)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28147</guid>
					<link>http://79.174.14.219/1759.html#comment28147</link>
					<author>Motosimak@mail.ru</author>
					<description><![CDATA[очистить кеш надо, у меня все переходит, с песочницы нажимаешь на логотип, перекидывает на главную https]]></description>
					<pubDate>Mon, 26 Dec 2016 18:00:43 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28146)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28146</guid>
					<link>http://79.174.14.219/1759.html#comment28146</link>
					<author>Motosimak@mail.ru</author>
					<description><![CDATA[<a href="https://www.reg.ru/support/hosting-i-servery/sajty-i-domeny/kak-dobavit-redirekt/redirekt-s-http-na-https" rel="nofollow">https://www.reg.ru/support/hosting-i-servery/sajty-i-domeny/kak-dobavit-redirekt/redirekt-s-http-na-https</a>]]></description>
					<pubDate>Mon, 26 Dec 2016 17:59:18 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28148)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28148</guid>
					<link>http://79.174.14.219/1759.html#comment28148</link>
					<author>lk0dee@abrahabr.ru</author>
					<description><![CDATA[Там смотрел]]></description>
					<pubDate>Mon, 26 Dec 2016 18:03:23 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28149)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28149</guid>
					<link>http://79.174.14.219/1759.html#comment28149</link>
					<author>Motosimak@mail.ru</author>
					<description><![CDATA[У меня все переходит, хром на https, но редирект не работает,т.к. я попробовал <a href="http://www.site" rel="nofollow">http://www.site</a>, он не перекинул на https]]></description>
					<pubDate>Mon, 26 Dec 2016 18:05:49 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28150)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28150</guid>
					<link>http://79.174.14.219/1759.html#comment28150</link>
					<author>lk0dee@abrahabr.ru</author>
					<description><![CDATA[да вот еще нужен этот редирект <a href="http://www.abrahabr.ru/" rel="nofollow">http://www.abrahabr.ru/</a>]]></description>
					<pubDate>Mon, 26 Dec 2016 18:10:26 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28151)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28151</guid>
					<link>http://79.174.14.219/1759.html#comment28151</link>
					<author>lk0dee@abrahabr.ru</author>
					<description><![CDATA[Но не могу найти нужный, вариант с RewriteRule (.*) <a href="https://%{HTTP_HOST}%{REQUEST_URI}" rel="nofollow">https://%{HTTP_HOST}%{REQUEST_URI}</a> [R=301,L] <br>
<br>
дает ошибку 500]]></description>
					<pubDate>Mon, 26 Dec 2016 18:16:58 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28152)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28152</guid>
					<link>http://79.174.14.219/1759.html#comment28152</link>
					<author>Motosimak@mail.ru</author>
					<description><![CDATA[RewriteEngine On<br>
RewriteCond %{HTTPS} off<br>
RewriteCond %{HTTP:X-Forwarded-Proto} !https<br>
RewriteRule ^(.*)$ <a href="https://%{HTTP_HOST}%{REQUEST_URI}" rel="nofollow">https://%{HTTP_HOST}%{REQUEST_URI}</a> [L,R=301]]]></description>
					<pubDate>Mon, 26 Dec 2016 18:23:52 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28153)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28153</guid>
					<link>http://79.174.14.219/1759.html#comment28153</link>
					<author>lk0dee@abrahabr.ru</author>
					<description><![CDATA[Да я так пробовал, Ошибка 500. Внутренняя ошибка сервера]]></description>
					<pubDate>Mon, 26 Dec 2016 18:25:33 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28155)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28155</guid>
					<link>http://79.174.14.219/1759.html#comment28155</link>
					<author>j.j.lefebvre@yandex.ru</author>
					<description><![CDATA[ошибку создает веб сервер или альто?]]></description>
					<pubDate>Mon, 26 Dec 2016 18:33:21 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28157)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28157</guid>
					<link>http://79.174.14.219/1759.html#comment28157</link>
					<author>lk0dee@abrahabr.ru</author>
					<description><![CDATA[веб сервер скорее всего]]></description>
					<pubDate>Mon, 26 Dec 2016 18:48:52 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28162)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28162</guid>
					<link>http://79.174.14.219/1759.html#comment28162</link>
					<author>j.j.lefebvre@yandex.ru</author>
					<description><![CDATA[нет. так дело не пойдет. надо смотреть лог ошибок сервера и альто...<br>
если ошибку создает альто — то вероятно что-то в конфиге криво...]]></description>
					<pubDate>Mon, 26 Dec 2016 19:00:11 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28154)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28154</guid>
					<link>http://79.174.14.219/1759.html#comment28154</link>
					<author>Motosimak@mail.ru</author>
					<description><![CDATA[RewriteRule (.*) <br>
RewriteRule ^(.*)]]></description>
					<pubDate>Mon, 26 Dec 2016 18:27:57 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28158)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28158</guid>
					<link>http://79.174.14.219/1759.html#comment28158</link>
					<author>lk0dee@abrahabr.ru</author>
					<description><![CDATA[разницы нет.. ((]]></description>
					<pubDate>Mon, 26 Dec 2016 18:49:28 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28161)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28161</guid>
					<link>http://79.174.14.219/1759.html#comment28161</link>
					<author>j.j.lefebvre@yandex.ru</author>
					<description><![CDATA[ссылка с сайта при доступе по http:<br>
<a href="https://abrahabr.ru/index/newall/" rel="nofollow">https://abrahabr.ru/index/newall/</a><br>
<br>
ссылка с сайта при доступе по https:<br>
<a href="https://abrahabr.ru/posts/newall/" rel="nofollow">https://abrahabr.ru/posts/newall/</a><br>
<br>
чтото гдето криво в конфиге...]]></description>
					<pubDate>Mon, 26 Dec 2016 18:58:14 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28163)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28163</guid>
					<link>http://79.174.14.219/1759.html#comment28163</link>
					<author>lk0dee@abrahabr.ru</author>
					<description><![CDATA[AddDefaultCharset UTF-8<br>
Options -Indexes<br>
RewriteEngine On<br>
<br>
# Rule for redirect from <a href="http://www.sitecom" rel="nofollow">http://www.sitecom</a> to site.com<br>
# If you want to turn on this rule then delete symbol # in two next lines<br>
#RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]<br>
#RewriteRule ^(.*)$ <a href="http://%1/$1" rel="nofollow">http://%1/$1</a> [R=301,L]<br>
<br>
#RewriteBase /<br>
RewriteCond %{REQUEST_FILENAME} !favicon\.ico<br>
RewriteCond %{REQUEST_FILENAME} !-f<br>
RewriteCond %{REQUEST_FILENAME} !-d<br>
RewriteCond %{HTTPS} off<br>
RewriteCond %{HTTP:X-Forwarded-Proto} !https<br>
<br>
RewriteRule ^(.*)$ ./index.php<br>
# Alternative rule<br>
#RewriteRule ^(.*)$ /index.php]]></description>
					<pubDate>Mon, 26 Dec 2016 19:02:02 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28164)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28164</guid>
					<link>http://79.174.14.219/1759.html#comment28164</link>
					<author>lk0dee@abrahabr.ru</author>
					<description><![CDATA[в конфиге вот так <br>
<br>
$config[&#39;path&#39;][&#39;root&#39;][&#39;url&#39;] = &#39;https://abrahabr.ru/&#39;;<br>
$config[&#39;path&#39;][&#39;root&#39;][&#39;dir&#39;] = ALTO_DIR . &#39;/&#39;;<br>
<br>
$config[&#39;path&#39;][&#39;runtime&#39;][&#39;url&#39;] = &#39;/_run/&#39;;<br>
$config[&#39;path&#39;][&#39;runtime&#39;][&#39;dir&#39;] = ALTO_DIR . &#39;/_run/&#39;;]]></description>
					<pubDate>Mon, 26 Dec 2016 19:02:35 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28165)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28165</guid>
					<link>http://79.174.14.219/1759.html#comment28165</link>
					<author>j.j.lefebvre@yandex.ru</author>
					<description><![CDATA[это одна и та же ссылка, которую видно на главной странице, первая- если зайти ан сайт по http, вторая- если зайти по https<br>
<br>
<a href="https://abrahabr.ru/" rel="nofollow">https://abrahabr.ru/</a><strong>index</strong>/newall/<br>
<a href="https://abrahabr.ru/" rel="nofollow">https://abrahabr.ru/</a><strong>posts</strong>/newall/<br>
<br>
проблемное место выделено]]></description>
					<pubDate>Mon, 26 Dec 2016 19:06:48 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28166)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28166</guid>
					<link>http://79.174.14.219/1759.html#comment28166</link>
					<author>lk0dee@abrahabr.ru</author>
					<description><![CDATA[с чем это может быть связано?]]></description>
					<pubDate>Mon, 26 Dec 2016 19:08:39 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28167)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28167</guid>
					<link>http://79.174.14.219/1759.html#comment28167</link>
					<author>j.j.lefebvre@yandex.ru</author>
					<description><![CDATA[два разных сайта? :)]]></description>
					<pubDate>Mon, 26 Dec 2016 19:13:40 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28168)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28168</guid>
					<link>http://79.174.14.219/1759.html#comment28168</link>
					<author>lk0dee@abrahabr.ru</author>
					<description><![CDATA[Нет, один )]]></description>
					<pubDate>Mon, 26 Dec 2016 19:14:34 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28169)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28169</guid>
					<link>http://79.174.14.219/1759.html#comment28169</link>
					<author>j.j.lefebvre@yandex.ru</author>
					<description><![CDATA[ваш хостинг использует какое нибудь кэширование-проксирование-защиту от ddos-а?]]></description>
					<pubDate>Mon, 26 Dec 2016 19:26:33 +0300</pubDate>
									</item>
							<item>
					<title>Редирект с http на https (comment #28170)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1759/#comment28170</guid>
					<link>http://79.174.14.219/1759.html#comment28170</link>
					<author>lk0dee@abrahabr.ru</author>
					<description><![CDATA[Ну вроде как да.. но какое именно я не знаю.]]></description>
					<pubDate>Mon, 26 Dec 2016 19:39:35 +0300</pubDate>
									</item>
					</channel>
	</rss>
