• 0

Question about redirects (http://www to https://non-www)


Question

Good morning everyone!

 

Redirects and web.config changes still make me extremely nervous, so I always like to ask before I actually do anything.

 

We recently upgraded to https and I set up a redirect from http to https.  The problem I am having is that it is redirecting multiple times.  From http://www to http://non-www and then again from http://non-www to https://non-www.

 

How can I redirect once?  I've noticed a speed impact from doing it this way.

 

So, I would like to redirect both http://www and http://non-www to https://non-www for the entire domain.

 

I do have a couple of pages that have been redirected invidivually as well because the page has moved.

 

I'm using Windows hosting.

 

Here is my htaccess:

 

#Redirect from WWW to non WWW
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.[mysite].com [NC]
RewriteRule ^(.*)$ https://[mysite].com$1 [L,R=301]

 

Thank you again for your help!

7 answers to this question

Recommended Posts

  • 0
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.[mysite].com$ [NC]
RewriteRule ^(.*)$ https://[mysite].com/$1 [R=301,L]
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]

You were super close.

  • 0
On 6/13/2019 at 9:09 PM, Kyle said:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.[mysite].com$ [NC]
RewriteRule ^(.*)$ https://[mysite].com/$1 [R=301,L]
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]

You were super close.

Thank you very much for your help, I really appreciate it and will try that out right away.

I apologize for the delay in getting back to this, I had some unexpected health issues and I'm just getting back to this now.

 

Thank you again!

  • 0

Thank you very much for your help.  I tried your suggestion yesterday and while it redirects from www to https non-www, if I type the non-www web address I get an error that the the website sent an invalid response "ERR_INVALID_REDIRECT".

 

Is there something that I might be missing?  I want to redirect all traffic to https://non-www but with as few redirects as possible.

  • http://www
  • http://non-www
  • https://www
  • https://non-www

Thank you again for all of your help, I greatly appreciate it and I want to apologize again for being taken away from this thread due to some issues that were beyond my control.  But I am back to 100% and will be checking back regularly now.

 

Thanks Again,

  • 0

Try this, this is what I use on all my sites since a long time and works great! Only one redirect with multiple conditions.

 

RewriteEngine On
# Remove www & Force HTTPs
RewriteCond %{HTTP_HOST} ^(www\.)(.+) [OR]
RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} ^(www\.)?(.+)
RewriteRule ^ https://%2%{REQUEST_URI} [R=301,L]

 

  • 0
On 8/7/2019 at 5:32 PM, Tantawi said:

Try this, this is what I use on all my sites since a long time and works great! Only one redirect with multiple conditions.

 


RewriteEngine On
# Remove www & Force HTTPs
RewriteCond %{HTTP_HOST} ^(www\.)(.+) [OR]
RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} ^(www\.)?(.+)
RewriteRule ^ https://%2%{REQUEST_URI} [R=301,L]

 

Thank you very much for posting that.  I tried it and while it is redirecting www to https://non-www, I noticed that if I try to go to the non-www domain I get the following error:

This page isn’t working disasterblaster.com sent an invalid response.
ERR_INVALID_REDIRECT

I'm assuming this works for you though?  I feel like there is something I'm missing here...

Thank you again!

  • 0
3 hours ago, M_Lyons10 said:

Thank you very much for posting that.  I tried it and while it is redirecting www to https://non-www, I noticed that if I try to go to the non-www domain I get the following error:

This page isn’t working disasterblaster.com sent an invalid response.
ERR_INVALID_REDIRECT

I'm assuming this works for you though?  I feel like there is something I'm missing here...

Thank you again!

Did you fix it? all scenarios works great with me! You may want to try in another browser or in incognito window to make sure nothing is cached form old redirects.

  • 0
On 8/9/2019 at 6:08 PM, Tantawi said:

Did you fix it? all scenarios works great with me! You may want to try in another browser or in incognito window to make sure nothing is cached form old redirects.

Good morning.

I ended up restoring the old web.config / htaccess files.  I did work with the example you provided for a bit, but I didn't want to leave the site partially down and couldn't figure out why it wouldn't work.  I'm by no means an expert on htaccess or web.config (which is why I am so reluctant to play around with it), but reading through what you have it seemed to make sense to me.

 

I'm not sure where I should go from here.  Google is saying that I should have less redirects, but nothing I seem to try works...

Thank you very much for your help though, I do really appreciate it.

This topic is now closed to further replies.
  • Posts

    • Anthropic pulls Fable 5 and Mythos 5 after US export control order by Pradeep Viswanathan In April this year, Anthropic launched the Claude Mythos Preview frontier model with state-of-the-art cyber and coding capabilities for a select set of companies around the world. After preparing appropriate guardrails, early this week, Anthropic launched Claude Fable 5 and Mythos 5, its most capable AI models. Claude Fable 5 is for general users and comes with strict safeguards, while Mythos 5 is designed with fewer safeguards for cybersecurity and biology use cases. Today, Anthropic abruptly suspended access to its Fable 5 and Mythos 5 AI models for all customers after receiving an export control directive from the US government. The company received the directive from the government today at 5:21 p.m. ET, and the received letter did not provide any details regarding the national security concern. Anthropic understands that the government became aware of a method to bypass, or “jailbreak,” Fable 5, which might be the reason behind the directive. The order was issued under national security authorities and requires the company to suspend all access to Fable 5 and Mythos 5 by any foreign national, whether they are inside or outside the United States. The restriction also applies to foreign national employees working at Anthropic. As a result, the company has disabled both models for all customers to ensure compliance. Access to previous Anthropic models like Opus and Sonnet is not affected by this government order. The company highlighted that it had developed strong safeguards to reduce the possibility that Fable is misused for tasks related to cybersecurity. In fact, many developers are complaining that the safeguards are going overboard. Additionally, the company worked with the US government, the UK AISI, multiple private third-party organizations, and internal teams to red-team Fable’s safeguards for thousands of hours. Finally, Anthropic noted that no testers have yet been able to find a universal jailbreak on Fable 5. As expected, Anthropic disagrees that a narrow potential jailbreak should lead to the recall of a commercial model used by hundreds of millions of people. It warned that applying this standard across the AI industry could effectively halt new frontier model deployments. Anthropic concluded by mentioning that it is working to restore access to Fable 5 and Mythos 5 as soon as possible and plans to share more details within the next 24 hours.
    • Brave Browser 1.91.172 is out.
    • Any Video Converter Free 9.2.3 by Razvan Serea Any Video Converter is an All-in-One video converting tool with an easy-to-use graphical interface, fast converting speed and excellent video quality. Any Video Converter supports all popular video formats and converts your videos to different video formats including MP4, MOV, MKV, M2TS, M4V, MPEG, AVI, WMV, ASF, OGV, WEBM, and more. It supports converting videos to customized percent (50%, 100%, 200%, and more) or resolution (480p, 720p, 1080p, 4K, and more); It supports encoding videos into x264, x265, h263p, xvid, mpeg, wmv, and more. Any Video Converter Free key features: Compatible with Windows 11/10/8.1/8/7 (32-64bit) User interface are available in 14 languages Convert all kinds of video formats including high-definition videos Extract audio from any videos and save as MP3/WMA for your mp3 player Take snapshot from any videos and build your own picture collection Support high-definition for both input and output Batch add videos from hard drive and batch convert Customize output parameters completely as you like Manage your output videos files by group or output profile Merge several video files into a single and long one Clip a video into segments Free Audio Filter: Adjust audio volume and add audio effects Crop frame size to remove black bars and retain what you want only Adjust the brightness, contrast, saturation Rotate or flip or add noise/sharpen effects Produce output video with subtitles of your own dialogue and much, much more... Any Video Converter Free 9.2.3 changelog: Fixed video download engine auto-update failures. Added custom speed control support in the speed change tool. Added support for downloading YouTube AI-generated subtitles. Added support for preserving original audio stream in the format convert tool (e.g., Dolby Atmos, DTS:X). Fixed other bugs and improved overall performance. Download: Any Video Converter Free 9.2.3 | 7.6 MB (Freeware) View: Any Video Converter Free Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Not sure what country you’re in but in many countries you can absolutely jail the sellers behind businesses… in fact I’d say in most countries you can do that
    • I guess we are done since you refuse to read my comment you replied to or my other comment in another thread you were also a part of here.
  • Recent Achievements

    • Contributor
      MarkHughes4096 went up a rank
      Contributor
    • Dedicated
      jordanspringer earned a badge
      Dedicated
    • Rookie
      Rimplesnort went up a rank
      Rookie
    • One Year In
      Markus94287 earned a badge
      One Year In
    • One Month Later
      Markus94287 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      506
    2. 2
      +Edouard
      175
    3. 3
      PsYcHoKiLLa
      148
    4. 4
      ATLien_0
      92
    5. 5
      Steven P.
      79
  • Tell a friend

    Love Neowin? Tell a friend!