The Moz Q&A Forum

    • Forum
    • Questions
    • My Q&A
    • Users
    • Ask the Community

    Welcome to the Q&A Forum

    Browse the forum for helpful insights and fresh discussions about all things SEO.

    1. SEO and Digital Marketing Q&A Forum
    2. Categories
    3. Intermediate & Advanced SEO
    4. How to redirect all urls for ssl and non ssl ?

    How to redirect all urls for ssl and non ssl ?

    Intermediate & Advanced SEO
    2 2 153
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as question
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Guest
      Guest last edited by

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • MattAntonino
        MattAntonino last edited by

        You're going to want to use the .htaccess file to redirect www to non (or vice versa) and then also direct all http to https. Try this:


        RewriteEngine On

        #redirect non https to https
        RewriteCond %{HTTPS} !=on
        RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]

        #redirect non www to www
        RewriteCond %{HTTPS} !=on
        RewriteCond %{HTTP_HOST} !^www..+$ [NC]
        RewriteCond %{HTTP_HOST} (.+)$ [NC]
        RewriteRule ^(.*)$ http://www.%1/$1 [R=301,L]

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        • Mass URL changes and redirecting those old URLS to the new. What is SEO Risk and best practices?
          Charles-O
          Charles-O
          0
          6
          465

        • How much does URLs with CAPS and URLs with non-CAPS existing on an IIS site matter nowadays?
          OlegKorneitchouk
          OlegKorneitchouk
          0
          2
          69

        • Redirecting to Modal URLs
          EGOL
          EGOL
          0
          3
          229

        • Is 1:1 301 redirect required on indexed URL when restructing URL even if the new URL is canonicalized?
          EricaMcGillivray
          EricaMcGillivray
          0
          2
          138

        • How do you 301 redirect URLs with a hashbang (#!) format? We just lost a ton of pagerank because we thought javascript redirect was the only way! But other sites have been able to do this – examples and details inside
          JamesTDG
          JamesTDG
          0
          9
          7.9k

        • Tracking URLS and Redirects
          rhutchings
          rhutchings
          0
          5
          250

        • Redirecting my new Website URL to my old Website URL
          j0a0vargas
          j0a0vargas
          0
          11
          2.3k

        • WWW vs Non-WWW/Moving a site to a new CMS/Redirect all of the previous URLs
          KeriMorgret
          KeriMorgret
          0
          5
          934

        Get started with Moz Pro!

        Unlock the power of advanced SEO tools and data-driven insights.

        Start my free trial
        Products
        • Moz Pro
        • Moz Local
        • Moz API
        • Moz Data
        • STAT
        • Product Updates
        Moz Solutions
        • SMB Solutions
        • Agency Solutions
        • Enterprise Solutions
        • Digital Marketers
        Free SEO Tools
        • Domain Authority Checker
        • Link Explorer
        • Keyword Explorer
        • Competitive Research
        • Brand Authority Checker
        • Local Citation Checker
        • MozBar Extension
        • MozCast
        Resources
        • Blog
        • SEO Learning Center
        • Help Hub
        • Beginner's Guide to SEO
        • How-to Guides
        • Moz Academy
        • API Docs
        About Moz
        • About
        • Team
        • Careers
        • Contact
        Why Moz
        • Case Studies
        • Testimonials
        Get Involved
        • Become an Affiliate
        • MozCon
        • Webinars
        • Practical Marketer Series
        • MozPod
        Connect with us

        Contact the Help team

        Join our newsletter
        Moz logo
        © 2021 - 2026 SEOMoz, Inc., a Ziff Davis company. All rights reserved. Moz is a registered trademark of SEOMoz, Inc.
        • Accessibility
        • Terms of Use
        • Privacy