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

        • What is the Redirect Rule for corresponding https urls to new domain with the same https urls?
          WSIDW
          WSIDW
          0
          2
          62

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

        • Redirect to url with parameter
          donford
          donford
          0
          2
          1.6k

        • How to redirect an url in .htaccess when "redirect 301" doesnt work
          WilliamKammer
          WilliamKammer
          0
          5
          173

        • How much is the effect of redirecting an old URL to another URL under a new domain?
          JaneCopland
          JaneCopland
          0
          4
          89

        • Should /node/ URLs be 301 redirect to Clean URLs
          MargaritaS
          MargaritaS
          0
          3
          172

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

        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