<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: Apache: Redirect http to https Apache secure connection &#8211; force HTTPS Connections</title> <atom:link href="http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: mtupper</title><link>http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-176625</link> <dc:creator>mtupper</dc:creator> <pubDate>Wed, 07 Dec 2011 09:13:39 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-176625</guid> <description>This is the one that finally worked for me...</description> <content:encoded><![CDATA[<p>This is the one that finally worked for me&#8230;</p> ]]></content:encoded> </item> <item><title>By: Vishva</title><link>http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-174984</link> <dc:creator>Vishva</dc:creator> <pubDate>Wed, 19 Oct 2011 04:33:12 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-174984</guid> <description>What i want to achieve is configure outbound proxy for specific HTTPS urls. Its a white list validation. e.g. If i (my application) hits a specific HTTPS URL , then only redirect should happen .. something like this -
RewriteCond %{THE_REQUEST} ^GET\ (http://www.google.com/.*)\ HTTP [OR] RewriteCond %{THE_REQUEST} ^GET\ (http://www.oracle.com/.*)\ HTTP RewriteRule . proxy:%1 [L]
RewriteCond %{THE_REQUEST} ^CONNECT\ (www.abc.com):443/?.*)\ HTTP RewriteRule . proxy:https://%1 [L]
The first part for HTTP works fine. So outbound URLs which start with HTTP gets redirected according to rule but if i hit HTTPS , it doesnt work .. it gives forbidden error or cookie error..
Can any body please help.</description> <content:encoded><![CDATA[<p>What i want to achieve is configure outbound proxy for specific HTTPS urls. Its a white list validation. e.g. If i (my application) hits a specific HTTPS URL , then only redirect should happen .. something like this &#8211;</p><p>RewriteCond %{THE_REQUEST} ^GET\ (<a
href="http://www.google.com/." rel="nofollow">http://www.google.com/.</a>*)\ HTTP [OR] RewriteCond %{THE_REQUEST} ^GET\ (<a
href="http://www.oracle.com/." rel="nofollow">http://www.oracle.com/.</a>*)\ HTTP RewriteRule . proxy:%1 [L]</p><p>RewriteCond %{THE_REQUEST} ^CONNECT\ (www.abc.com):443/?.*)\ HTTP RewriteRule . proxy:<a
href="https://%1" rel="nofollow">https://%1</a> [L]</p><p>The first part for HTTP works fine. So outbound URLs which start with HTTP gets redirected according to rule but if i hit HTTPS , it doesnt work .. it gives forbidden error or cookie error..</p><p>Can any body please help.</p> ]]></content:encoded> </item> <item><title>By: anon</title><link>http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-174209</link> <dc:creator>anon</dc:creator> <pubDate>Wed, 21 Sep 2011 21:01:16 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-174209</guid> <description>This worked for me, using apache2 and 2 virtual hosts:
1. Type the following command in the terminal:
&lt;pre&gt;sudo a2enmod rewrite&lt;/pre&gt;
Add the following to /etc/apache2/sites-available/default under
&lt;pre&gt;RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}&lt;/pre&gt;
Restart Apache:
&lt;pre&gt;sudo /etc/init.d/apache2 restart&lt;/pre&gt;</description> <content:encoded><![CDATA[<p>This worked for me, using apache2 and 2 virtual hosts:</p><p>1. Type the following command in the terminal:</p><pre>sudo a2enmod rewrite</pre><p>Add the following to /etc/apache2/sites-available/default under</p><pre>RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) <a href="https://%" rel="nofollow">https://%</a>{HTTP_HOST}%{REQUEST_URI}</pre><p>Restart Apache:</p><pre>sudo /etc/init.d/apache2 restart</pre>]]></content:encoded> </item> <item><title>By: Jan</title><link>http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-173532</link> <dc:creator>Jan</dc:creator> <pubDate>Wed, 24 Aug 2011 14:48:06 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-173532</guid> <description>Hello,
there are a lot of domains hosted in my dedicated server.
There is an alias &lt;strong&gt;&lt;em&gt;/webmail&lt;/em&gt;&lt;/strong&gt; pointing to the installed webmail-interface which could be used from all domains on my server
e.g. there are the domains &lt;strong&gt;&lt;em&gt;foobar1.de&lt;/em&gt;&lt;/strong&gt;, &lt;strong&gt;&lt;em&gt;foobar2.net&lt;/em&gt;&lt;/strong&gt;, &lt;strong&gt;&lt;em&gt;foobar3.com&lt;/em&gt;&lt;/strong&gt;, &lt;strong&gt;&lt;em&gt;foobar4.de&lt;/em&gt;&lt;/strong&gt;, &lt;strong&gt;&lt;em&gt;foofoobarbar.info&lt;/em&gt;&lt;/strong&gt;, …
and the webmail client is reachable: e.g. &lt;strong&gt;&lt;em&gt;foobar1.de/webmail&lt;/em&gt;&lt;/strong&gt; , … , &lt;strong&gt;&lt;em&gt;foofoobarbar.info/webmail&lt;/em&gt;&lt;/strong&gt;
That&#039;s fact and running.
Now i want to force all &lt;strong&gt;&lt;em&gt;&quot;/webmail&quot;&lt;/em&gt;&lt;/strong&gt;-calls to &lt;strong&gt;&lt;em&gt;&quot;https://&quot;&lt;/em&gt;&lt;/strong&gt;, so that the call &lt;strong&gt;&lt;em&gt;&quot;foobarxy.org/webmail&quot;&lt;/em&gt;&lt;/strong&gt; automatically chanches to &lt;strong&gt;&lt;em&gt;&quot;https://foobarxy.org/webmail&quot;&lt;/em&gt;&lt;/strong&gt; without regarding other calls like &lt;strong&gt;&lt;em&gt;foobar.org&lt;/em&gt;&lt;/strong&gt; (homepage) oder &lt;strong&gt;&lt;em&gt;foobar3.com/directoryxy&lt;/em&gt;&lt;/strong&gt; or others.
The aim is to force only the &lt;strong&gt;&lt;em&gt;&quot;/webmail&quot;&lt;/em&gt;&lt;/strong&gt; calls to htts not the others.
Is there a simple way?</description> <content:encoded><![CDATA[<p>Hello,</p><p>there are a lot of domains hosted in my dedicated server.<br
/> There is an alias <strong><em>/webmail</em></strong> pointing to the installed webmail-interface which could be used from all domains on my server</p><p>e.g. there are the domains <strong><em>foobar1.de</em></strong>, <strong><em>foobar2.net</em></strong>, <strong><em>foobar3.com</em></strong>, <strong><em>foobar4.de</em></strong>, <strong><em>foofoobarbar.info</em></strong>, …<br
/> and the webmail client is reachable: e.g. <strong><em>foobar1.de/webmail</em></strong> , … , <strong><em>foofoobarbar.info/webmail</em></strong></p><p>That&#8217;s fact and running.</p><p>Now i want to force all <strong><em>&#8220;/webmail&#8221;</em></strong>-calls to <strong><em>&#8220;https://&#8221;</em></strong>, so that the call <strong><em>&#8220;foobarxy.org/webmail&#8221;</em></strong> automatically chanches to <strong><em>&#8220;https://foobarxy.org/webmail&#8221;</em></strong> without regarding other calls like <strong><em>foobar.org</em></strong> (homepage) oder <strong><em>foobar3.com/directoryxy</em></strong> or others.</p><p>The aim is to force only the <strong><em>&#8220;/webmail&#8221;</em></strong> calls to htts not the others.</p><p>Is there a simple way?</p> ]]></content:encoded> </item> <item><title>By: Stephen</title><link>http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-172478</link> <dc:creator>Stephen</dc:creator> <pubDate>Fri, 15 Jul 2011 00:48:33 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-172478</guid> <description>Dows anyone have any idea please on what lines of code that I&#039;m going to add into the htaccess file? Basically, I just need my login page, registration page to be in SSL. The rest of the pages will be in http like the index.php. I have the SSL installed already in my server. I have the htaccess code to redirect all pages into https but I don&#039;t need the whole site to be in https. I have this few lines of code and this make the whole site in https:
&lt;pre&gt;
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^index.php$ https://www.mysite.com/
&lt;/pre&gt;
I need only these pages to be https and the rest of the site to load in http
&lt;pre&gt;
http://www.mysite.com/?do=login
http://www.mysite.com/?do=reg
http://www.mysite.com/?do=login&amp;url=sell
http://www.mysite.com/?do=login&amp;url=myaccmain
http://www.mysite.com/?do=login&amp;url=sindex
&lt;/pre&gt;
Any idea please on how to make it that only login, registration to be in https? Then if user open it in http it will automatically be redirect into https. If user open index page in https it will automatically be change into http. Please help.</description> <content:encoded><![CDATA[<p>Dows anyone have any idea please on what lines of code that I&#8217;m going to add into the htaccess file? Basically, I just need my login page, registration page to be in SSL. The rest of the pages will be in http like the index.php. I have the SSL installed already in my server. I have the htaccess code to redirect all pages into https but I don&#8217;t need the whole site to be in https. I have this few lines of code and this make the whole site in https:</p><pre>
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^index.php$ <a href="https://www.mysite.com/" rel="nofollow">https://www.mysite.com/</a>
</pre><p>I need only these pages to be https and the rest of the site to load in http</p><pre>
<a href="http://www.mysite.com/?do=login" rel="nofollow">http://www.mysite.com/?do=login</a>
<a href="http://www.mysite.com/?do=reg" rel="nofollow">http://www.mysite.com/?do=reg</a>
<a href="http://www.mysite.com/?do=login&#038;url=sell" rel="nofollow">http://www.mysite.com/?do=login&#038;url=sell</a>
<a href="http://www.mysite.com/?do=login&#038;url=myaccmain" rel="nofollow">http://www.mysite.com/?do=login&#038;url=myaccmain</a>
<a href="http://www.mysite.com/?do=login&#038;url=sindex" rel="nofollow">http://www.mysite.com/?do=login&#038;url=sindex</a>
</pre><p>Any idea please on how to make it that only login, registration to be in https? Then if user open it in http it will automatically be redirect into https. If user open index page in https it will automatically be change into http. Please help.</p> ]]></content:encoded> </item> <item><title>By: Tim</title><link>http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-171844</link> <dc:creator>Tim</dc:creator> <pubDate>Fri, 10 Jun 2011 20:18:06 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-171844</guid> <description>Agh! Do what SCD says!
&lt;pre&gt;
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]
&lt;/pre&gt;</description> <content:encoded><![CDATA[<p>Agh! Do what SCD says!</p><pre>
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ <a href="https://www.example.com/$1" rel="nofollow">https://www.example.com/$1</a> [R,L]
</pre>]]></content:encoded> </item> <item><title>By: Jake Tors</title><link>http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-171538</link> <dc:creator>Jake Tors</dc:creator> <pubDate>Tue, 24 May 2011 23:51:11 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-171538</guid> <description>Redirect permanent did not work at all.  Tried it inside and outside of the virtual host.
Do more research next time</description> <content:encoded><![CDATA[<p>Redirect permanent did not work at all.  Tried it inside and outside of the virtual host.</p><p>Do more research next time</p> ]]></content:encoded> </item> <item><title>By: raghu</title><link>http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-169762</link> <dc:creator>raghu</dc:creator> <pubDate>Fri, 11 Mar 2011 13:56:47 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-169762</guid> <description>Hi Sam,
Did u get the solution for your http to https limited links
i need the same pelase do suggest me how to do that
thanks in advance</description> <content:encoded><![CDATA[<p>Hi Sam,</p><p>Did u get the solution for your http to https limited links</p><p>i need the same pelase do suggest me how to do that</p><p>thanks in advance</p> ]]></content:encoded> </item> <item><title>By: Bipin Bahuguna</title><link>http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-168843</link> <dc:creator>Bipin Bahuguna</dc:creator> <pubDate>Sat, 19 Feb 2011 05:39:23 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-168843</guid> <description>Hi,
I have ssl certificate for https://abc.com.
and client required it https://www.abc.com
I have redirect it via apache modrewrite abc.com to www.abc.com.
But prob is ssl cert is valid for only abc.com.
any idea how can i bypass ssl cert for www.abc.com..
Thanks,
Bipin Bahuguna</description> <content:encoded><![CDATA[<p>Hi,<br
/> I have ssl certificate for <a
href="https://abc.com" rel="nofollow">https://abc.com</a>.<br
/> and client required it <a
href="https://www.abc.com" rel="nofollow">https://www.abc.com</a><br
/> I have redirect it via apache modrewrite abc.com to <a
href="http://www.abc.com" rel="nofollow">http://www.abc.com</a>.<br
/> But prob is ssl cert is valid for only abc.com.<br
/> any idea how can i bypass ssl cert for <a
href="http://www.abc.com." rel="nofollow">http://www.abc.com.</a>.</p><p>Thanks,<br
/> Bipin Bahuguna</p> ]]></content:encoded> </item> <item><title>By: Nabeel</title><link>http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-160111</link> <dc:creator>Nabeel</dc:creator> <pubDate>Sat, 09 Oct 2010 08:58:38 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-160111</guid> <description>Hi,
I have installed SSL certificates and now I want to move from http to https.
what should I do?
should I need to move my all files to https folder ?
Thanks</description> <content:encoded><![CDATA[<p>Hi,</p><p>I have installed SSL certificates and now I want to move from http to https.<br
/> what should I do?<br
/> should I need to move my all files to https folder ?</p><p>Thanks</p> ]]></content:encoded> </item> <item><title>By: rigidkitchen</title><link>http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-159750</link> <dc:creator>rigidkitchen</dc:creator> <pubDate>Mon, 20 Sep 2010 16:35:49 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-159750</guid> <description>The answer is surprisingly in another tutorial on the site.
In the directory you want to redirect to ssl:
SSLRequire %{HTTP_HOST} eq &quot;www.nixcraft.com&quot;
I have this under my document root  in httpd.conf and it works great.  I have the virtual host in ssl.conf set up to use the same directory.  works great</description> <content:encoded><![CDATA[<p>The answer is surprisingly in another tutorial on the site.</p><p>In the directory you want to redirect to ssl:</p><p>SSLRequire %{HTTP_HOST} eq &#8220;www.nixcraft.com&#8221;</p><p>I have this under my document root  in httpd.conf and it works great.  I have the virtual host in ssl.conf set up to use the same directory.  works great</p> ]]></content:encoded> </item> <item><title>By: Ashok</title><link>http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-158632</link> <dc:creator>Ashok</dc:creator> <pubDate>Sat, 31 Jul 2010 01:09:20 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-158632</guid> <description>Hi
I am having two sites http://www.abc.com/app1 and https://www.abc.com/app2.
App1 is always accessed by http(no https) whereas app2 with https(no http)
Kindly suggest me solution.
Thanks
Ashok</description> <content:encoded><![CDATA[<p>Hi</p><p>I am having two sites <a
href="http://www.abc.com/app1" rel="nofollow">http://www.abc.com/app1</a> and <a
href="https://www.abc.com/app2" rel="nofollow">https://www.abc.com/app2</a>.<br
/> App1 is always accessed by http(no https) whereas app2 with https(no http)</p><p>Kindly suggest me solution.</p><p>Thanks<br
/> Ashok</p> ]]></content:encoded> </item> <item><title>By: Chris</title><link>http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-158380</link> <dc:creator>Chris</dc:creator> <pubDate>Tue, 27 Jul 2010 18:37:01 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-158380</guid> <description>Never mind, I figured out another way of doing what I needed.  Thanks.</description> <content:encoded><![CDATA[<p>Never mind, I figured out another way of doing what I needed.  Thanks.</p> ]]></content:encoded> </item> <item><title>By: Chris</title><link>http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-158283</link> <dc:creator>Chris</dc:creator> <pubDate>Fri, 23 Jul 2010 18:39:24 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-158283</guid> <description>Maybe someone can explain this one to me..  Here is what I have in htpd.conf:
RewriteEngine on
RewriteCond %{HTTP_HOST} =webmail.mowisp.com
RewriteRule ^(.*) https://mowisp.com/webmail [R]
RewriteCond %{HTTP_HOST} =admin.mowisp.com
RewriteRule ^(.*) https://mowisp.com:10000/ [R]
The admin rewrite works but the webmail rewrite does not....</description> <content:encoded><![CDATA[<p>Maybe someone can explain this one to me..  Here is what I have in htpd.conf:<br
/> RewriteEngine on<br
/> RewriteCond %{HTTP_HOST} =webmail.mowisp.com<br
/> RewriteRule ^(.*) <a
href="https://mowisp.com/webmail" rel="nofollow">https://mowisp.com/webmail</a> [R]<br
/> RewriteCond %{HTTP_HOST} =admin.mowisp.com<br
/> RewriteRule ^(.*) <a
href="https://mowisp.com:10000/" rel="nofollow">https://mowisp.com:10000/</a> [R]</p><p>The admin rewrite works but the webmail rewrite does not&#8230;.</p> ]]></content:encoded> </item> <item><title>By: backtogeek</title><link>http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-158201</link> <dc:creator>backtogeek</dc:creator> <pubDate>Mon, 19 Jul 2010 13:12:06 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-158201</guid> <description>is it possibe to redirect to non http ot https?
e.g.
Redirect permanent / rtsp://mydomain.com
I have tried but its not working</description> <content:encoded><![CDATA[<p>is it possibe to redirect to non http ot https?</p><p>e.g.</p><p>Redirect permanent / <a
href="rtsp://mydomain.com" rel="nofollow">rtsp://mydomain.com</a></p><p>I have tried but its not working</p> ]]></content:encoded> </item> <item><title>By: Mathiau</title><link>http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-158144</link> <dc:creator>Mathiau</dc:creator> <pubDate>Fri, 16 Jul 2010 21:38:20 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-158144</guid> <description>Is it possible to have ALL sites hosted on an apache server redirect to an HTTPS:// address?
instead of posting each one individual....</description> <content:encoded><![CDATA[<p>Is it possible to have ALL sites hosted on an apache server redirect to an HTTPS:// address?</p><p>instead of posting each one individual&#8230;.</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-155972</link> <dc:creator>Anonymous</dc:creator> <pubDate>Tue, 11 May 2010 18:26:33 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-155972</guid> <description>You used a &quot;permanent&quot; redirect. Your web browser remembers the redirect forever, and will perform the redirect without interacting with the server.</description> <content:encoded><![CDATA[<p>You used a &#8220;permanent&#8221; redirect. Your web browser remembers the redirect forever, and will perform the redirect without interacting with the server.</p> ]]></content:encoded> </item> <item><title>By: zuloo</title><link>http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-155110</link> <dc:creator>zuloo</dc:creator> <pubDate>Mon, 19 Apr 2010 19:19:38 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-155110</guid> <description>Hey guys,
those having problems in form of a redirect did not take place,
did you do a
/etc/init.d/apache2 force-reload
?
Actually that should only be necessary if you write it into the httpd.conf or a virtual-host-description file. when using .htaccess it should work right away...
worked fine for me
best regards</description> <content:encoded><![CDATA[<p>Hey guys,</p><p>those having problems in form of a redirect did not take place,<br
/> did you do a<br
/> /etc/init.d/apache2 force-reload<br
/> ?<br
/> Actually that should only be necessary if you write it into the httpd.conf or a virtual-host-description file. when using .htaccess it should work right away&#8230;</p><p>worked fine for me</p><p>best regards</p> ]]></content:encoded> </item> <item><title>By: buffe</title><link>http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-155103</link> <dc:creator>buffe</dc:creator> <pubDate>Mon, 19 Apr 2010 11:50:22 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-155103</guid> <description>hi,
I want to redirect
&lt;code&gt;http://myserver.com/my_app/login.htm&lt;/code&gt; to
&lt;code&gt;https://myserver.com/my_app/login.htm&lt;/code&gt;
(only the login page) I tried various combination but it didn&#039;t redirect. It will be a great help if some one can help.</description> <content:encoded><![CDATA[<p>hi,<br
/> I want to redirect<br
/> <code><a
href="http://myserver.com/my_app/login.htm" rel="nofollow">http://myserver.com/my_app/login.htm</a></code> to<br
/> <code><a
href="https://myserver.com/my_app/login.htm" rel="nofollow">https://myserver.com/my_app/login.htm</a></code><br
/> (only the login page) I tried various combination but it didn&#8217;t redirect. It will be a great help if some one can help.</p> ]]></content:encoded> </item> <item><title>By: Bato</title><link>http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-154529</link> <dc:creator>Bato</dc:creator> <pubDate>Thu, 25 Mar 2010 18:56:29 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html#comment-154529</guid> <description>Thanks man...
This one works PERFECTLY!
cheers :-D</description> <content:encoded><![CDATA[<p>Thanks man&#8230;<br
/> This one works PERFECTLY!</p><p>cheers :-D</p> ]]></content:encoded> </item> </channel> </rss>
