<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kb.acenet.us/index.php?action=history&amp;feed=atom&amp;title=Forcing_https</id>
	<title>Forcing https - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://kb.acenet.us/index.php?action=history&amp;feed=atom&amp;title=Forcing_https"/>
	<link rel="alternate" type="text/html" href="https://kb.acenet.us/index.php?title=Forcing_https&amp;action=history"/>
	<updated>2026-05-14T11:02:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://kb.acenet.us/index.php?title=Forcing_https&amp;diff=2591&amp;oldid=prev</id>
		<title>Docs admin: Created page with &quot;To force all traffic to https:// instead of http://, add the following to the top of your .htaacess file:&lt;br&gt; &lt;pre&gt; RewriteEngine On RewriteCond %{HTTPS} !on RewriteRule (.*)...&quot;</title>
		<link rel="alternate" type="text/html" href="https://kb.acenet.us/index.php?title=Forcing_https&amp;diff=2591&amp;oldid=prev"/>
		<updated>2018-09-26T19:48:21Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;To force all traffic to https:// instead of http://, add the following to the top of your .htaacess file:&amp;lt;br&amp;gt; &amp;lt;pre&amp;gt; RewriteEngine On RewriteCond %{HTTPS} !on RewriteRule (.*)...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To force all traffic to https:// instead of http://, add the following to the top of your .htaacess file:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
RewriteEngine On&lt;br /&gt;
RewriteCond %{HTTPS} !on&lt;br /&gt;
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now when someone goes to your site, they will be forced to https://.&lt;/div&gt;</summary>
		<author><name>Docs admin</name></author>
	</entry>
</feed>