<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I did.. it doesn't address ssl (https://)<div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Century Gothic'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Century Gothic'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Century Gothic'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Century Gothic'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Thanks,<br>Lynn Stott<br><a href="http://www.stottdesign.com">www.stottdesign.com</a><br>208.871.0073<br><br></div></span></div></span></div></span></span>
</div>
<br><div><div>On Jul 22, 2011, at 9:58 AM, Walt Daniels wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">See the comments in the .htaccess distributed with the core.<div><div># Various rewrite rules.</div><div>&lt;IfModule mod_rewrite.c&gt;</div><div>&nbsp; RewriteEngine on</div><div><br></div><div>&nbsp; # If your site can be accessed both with and without the 'www.' prefix, you</div>
<div>&nbsp; # can use one of the following settings to redirect users to your preferred</div><div>&nbsp; # URL, either WITH or WITHOUT the 'www.' prefix. Choose ONLY one option:</div><div>&nbsp; #</div><div>&nbsp; # To redirect all users to access the site WITH the 'www.' prefix,</div>
<div>&nbsp; # (<a href="http://example.com/">http://example.com/.</a>.. will be redirected to <a href="http://www.example.com/">http://www.example.com/..</a>.)</div><div>&nbsp; # adapt and uncomment the following:</div><div>&nbsp; # RewriteCond %{HTTP_HOST} ^example\.com$ [NC]</div>
<div>&nbsp; # RewriteRule ^(.*)$ <a href="http://www.example.com/$1">http://www.example.com/$1</a> [L,R=301]</div><div>&nbsp; #</div><div>&nbsp; # To redirect all users to access the site WITHOUT the 'www.' prefix,</div><div>&nbsp; # (<a href="http://www.example.com/">http://www.example.com/.</a>.. will be redirected to <a href="http://example.com/">http://example.com/..</a>.)</div>
<div>&nbsp; # uncomment and adapt the following:</div><div>&nbsp; # RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]</div><div>&nbsp; # RewriteRule ^(.*)$ <a href="http://example.com/$1">http://example.com/$1</a> [L,R=301]</div><div><br>
</div><div>&nbsp; # Modify the RewriteBase if you are using Drupal in a subdirectory or in a</div><div>&nbsp; # VirtualDocumentRoot and the rewrite rules are not working properly.</div><div>&nbsp; # For example if your site is at <a href="http://example.com/drupal">http://example.com/drupal</a> uncomment and</div>
<div>&nbsp; # modify the following line:</div><div>&nbsp; # RewriteBase /drupal</div><div>&nbsp; #</div><div>&nbsp; # If your site is running in a VirtualDocumentRoot at <a href="http://example.com/">http://example.com/</a>,</div><div>&nbsp; # uncomment the following line:</div>
<div>&nbsp; # RewriteBase /</div><div><br></div><div>&nbsp; # Rewrite URLs of the form 'x' to the form 'index.php?q=x'.</div><div>&nbsp; RewriteCond %{REQUEST_FILENAME} !-f</div><div>&nbsp; RewriteCond %{REQUEST_FILENAME} !-d</div>
<div>&nbsp; RewriteCond %{REQUEST_URI} !=/favicon.ico</div><div>&nbsp; RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]</div><div>&lt;/IfModule&gt;</div><br><div class="gmail_quote">On Fri, Jul 22, 2011 at 10:17 AM, Shai Gluskin <span dir="ltr">&lt;<a href="mailto:shai@content2zero.com">shai@content2zero.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Lynn,<div><br></div><div>Are you on a Linux server? I think you are talking about using a mod_rewrite solution which, I think, only works on Linux.</div>
<div><br></div><div>mod_rewrite is incredibly powerful and fussy. I wouldn't risk advising you on the actual script.</div>
<div><br></div><div>I actually think this kind of question might best be handled by the support team at your server company. I'm not saying you shouldn't ask here... but if you don't get a response that helps, that is another route to go.</div>

<div><br></div><div>Shai</div><div><br><div class="gmail_quote"><div><div></div><div class="h5">On Fri, Jul 22, 2011 at 10:10 AM, Lynn Stott (Stott Design) <span dir="ltr">&lt;<a href="mailto:lynn@stottdesign.com" target="_blank">lynn@stottdesign.com</a>&gt;</span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5"><div style="word-wrap:break-word">Can some help with .htaccess?&nbsp;<br><br>How do you redirect all&nbsp;<br>
<a href="https://www.site.com/" target="_blank">https://www.site.com</a>&nbsp;<br>
<a href="http://www.site.com/" target="_blank">http://www.site.com</a>&nbsp;<br><a href="http://site.com/" target="_blank">http://site.com</a><br><br>to<br><br><a href="https://site.com/" target="_blank">https://site.com</a><br>

<br>Thanks,<br><div>
<span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:'Century Gothic';font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:'Century Gothic';font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><div style="word-wrap:break-word">

<span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:'Century Gothic';font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><div style="word-wrap:break-word">

<span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:'Century Gothic';font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><div style="word-wrap:break-word">

<br></div></span></div></span></div></span></span></div></div><br></div></div>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br></div>
<br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br></div>
-- <br>[ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]</blockquote></div><br></div></body></html>