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

        • 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 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

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

        • Tracking URLS and Redirects
          rhutchings
          rhutchings
          0
          5
          250

        • Indexed non existent pages, problem appeared after we 301d the url/index to the url.
          ThompsonPaul
          ThompsonPaul
          0
          4
          331

        • Is it safe to redirect multiple URLs to a single URL?
          AndreVanKets
          AndreVanKets
          1
          6
          4.9k

        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