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
        • We are redirecting http and non www versions of our website. Should all versions http (non www version and www version) and https (non www version) should just have 1 redirect to the https www version?
          BlueprintMarketing
          BlueprintMarketing
          0
          8
          437

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

        • 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

        • 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

        • Tracking URLS and Redirects
          rhutchings
          rhutchings
          0
          5
          250

        • 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