Do you mean in the .htaccess file?<br><br><div class="gmail_quote">On Fri, Jul 22, 2011 at 11:33 AM, Jamie Holly <span dir="ltr">&lt;<a href="mailto:hovercrafter@earthlink.net">hovercrafter@earthlink.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><u></u>

  
    
  
  <div bgcolor="#ffffff" text="#000000">
    That sounds like a VHost issue in your SSL configuration. Try adding
    a:<br>
    <br>
    ServerAlias *.<a href="http://mydomain.com" target="_blank">mydomain.com</a><br>
    <br>
    where you have the configuration for your SSL set (sites-available,
    httpd.conf, etc..)<div class="im"><br>
    <pre cols="72">Jamie Holly
<a href="http://www.intoxination.net" target="_blank">http://www.intoxination.net</a> 
<a href="http://www.hollyit.net" target="_blank">http://www.hollyit.net</a></pre>
    <br></div><div><div></div><div class="h5">
    On 7/22/2011 12:47 PM, Lynn Stott (Stott Design) wrote:
    <blockquote type="cite">Thanks Jamie for sticking with me!
      <div><br>
      </div>
      <div>This works when someone browses without the &quot;www&quot;, but
        doesn&#39;t work with <a href="http://www.mysite.com" target="_blank">www.mysite.com</a>
        <div><br>
          <div>
            <span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:&#39;Century Gothic&#39;;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"><span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:&#39;Century Gothic&#39;;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:&#39;Century Gothic&#39;;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:&#39;Century Gothic&#39;;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">Thanks,<br>
                          Lynn Stott<br>
                          <a href="http://www.stottdesign.com" target="_blank">www.stottdesign.com</a><br>
                          <a href="tel:208.871.0073" value="+12088710073" target="_blank">208.871.0073</a><br>
                          <br>
                        </div>
                      </span></div>
                  </span></div>
              </span></span>
          </div>
          <br>
          <div>
            <div>On Jul 22, 2011, at 10:32 AM, Jamie Holly wrote:</div>
            <br>
            <blockquote type="cite">
              <div bgcolor="#ffffff" text="#000000"> Shouldn&#39;t have done
                it from memory LOL. Try this one:<br>
                <br>
                RewriteCond %{SERVER_PORT} !^443$<br>
                RewriteRule ^(.*)$ <a href="https://%/" target="_blank">https://%</a>{SERVER_NAME}$1
                [L,R]<br>
                <br>
                <br>
                <pre cols="72">Jamie Holly
<a href="http://www.intoxination.net/" target="_blank">http://www.intoxination.net</a> 
<a href="http://www.hollyit.net/" target="_blank">http://www.hollyit.net</a></pre>
                <br>
                On 7/22/2011 12:07 PM, Lynn Stott (Stott Design) wrote:
                <blockquote type="cite">This doesn&#39;t work.
                  <div><br>
                    <div> <span style="border-collapse:separate;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"><span style="border-collapse:separate;font-family:&#39;Century Gothic&#39;;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;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;font-family:&#39;Century Gothic&#39;;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">Thanks,<br>
                                    Lynn Stott<br>
                                    <a href="http://www.stottdesign.com/" target="_blank">www.stottdesign.com</a><br>
                                    <a href="tel:208.871.0073" value="+12088710073" target="_blank">208.871.0073</a><br>
                                    <br>
                                  </div>
                                </span></div>
                            </span></div>
                        </span></span> </div>
                    <br>
                    <div>
                      <div>On Jul 22, 2011, at 9:56 AM, Jamie Holly
                        wrote:</div>
                      <br>
                      <blockquote type="cite">
                        <div bgcolor="#ffffff" text="#000000"> Generic
                          to force everything to ssl:<br>
                          <br>
                          ReWriteCond %{SERVER_PORT} !^443$<br>
                          RewriteRule ^/(.*) <a href="https://%/" target="_blank">https://%</a>{HTTP_HOST}/$1

                          [NC,R,L]<br>
                          <pre cols="72">Jamie Holly
<a href="http://www.intoxination.net/" target="_blank">http://www.intoxination.net</a> 
<a href="http://www.hollyit.net/" target="_blank">http://www.hollyit.net</a></pre>
                          <br>
                          On 7/22/2011 11:52 AM, Lynn Stott (Stott
                          Design) wrote:
                          <blockquote type="cite">Yes, Linux, VPS, not shared.
                            <div><br>
                            </div>
                            <div>No support on this from my host... on
                              my own with this and I just don&#39;t know
                              .htaccess. </div>
                            <div><br>
                              <div> <span style="border-collapse:separate;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"><span style="border-collapse:separate;font-family:&#39;Century Gothic&#39;;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;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;font-family:&#39;Century Gothic&#39;;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">Thanks,<br>
                                              Lynn Stott<br>
                                              <a href="http://www.stottdesign.com/" target="_blank">www.stottdesign.com</a><br>
                                              <a href="tel:208.871.0073" value="+12088710073" target="_blank">208.871.0073</a><br>
                                              <br>
                                            </div>
                                          </span></div>
                                      </span></div>
                                  </span></span> </div>
                              <br>
                              <div>
                                <div>On Jul 22, 2011, at 8:17 AM, Shai
                                  Gluskin wrote:</div>
                                <br>
                                <blockquote type="cite">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&#39;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&#39;m not saying you
                                    shouldn&#39;t ask here... but if you
                                    don&#39;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">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>
                                      <blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
                                        <div style="word-wrap:break-word">Can some help
                                          with .htaccess? <br>
                                          <br>
                                          How do you redirect all <br>
                                          <a href="https://www.site.com/" target="_blank">https://www.site.com</a> <br>
                                          <a href="http://www.site.com/" target="_blank">http://www.site.com</a> <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:&#39;Century Gothic&#39;;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"><span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:&#39;Century Gothic&#39;;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-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-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>
                                        --<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/" target="_blank">http://lists.drupal.org/</a>
                                  ]</blockquote>
                              </div>
                              <br>
                            </div>
                          </blockquote>
                        </div>
                        -- <br>
                        [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a>
                        ]</blockquote>
                    </div>
                    <br>
                  </div>
                </blockquote>
              </div>
              -- <br>
              [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a>
              ]</blockquote>
          </div>
          <br>
        </div>
      </div>
    </blockquote>
  </div></div></div>

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