<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>.htaccess &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Mon, 30 Apr 2018 15:23:40 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.systemtechnics.de/wp-content/uploads/cropped-2003-logo-st-transparanet-x200-32x32.png</url>
	<title>.htaccess &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Von http auf https umschalten</title>
		<link>https://www.systemtechnics.de/von-http-auf-https-umschalten/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Mon, 30 Apr 2018 05:45:47 +0000</pubDate>
				<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux/OSX]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=2475</guid>

					<description><![CDATA[Über folgende kleine Einstellung in der .htaccess &#8211; Datei kann man automatisch von http auf https umleiten: RewriteCond %{HTTPS} off [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Über folgende kleine Einstellung in der <em>.htaccess</em> &#8211; Datei kann man automatisch von http auf https umleiten:</p>
<p><span id="more-2475"></span></p>
<pre><code>RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=301,L]</code></pre>
<p>oder</p>
<pre><code>RewriteEngine On
RewriteCond %{SERVER_PORT}   !^443$
RewriteRule  (.*)  https://%{HTTP_HOST}/$1   [L]</code></pre>
<p></p>
<p><img fetchpriority="high" decoding="async" src="/wp-content/uploads/htaccess-rewrite-https.png" alt="Umleitung zu HTTPS via Hatzen" title="" width="571" height="371" /></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
