Jump to content

.htaccess to redirect https to new domain


atticus

Recommended Posts

Alright, I recently made a domain name change. In the change I set up a 301 redirect for all traffic, including www and non www from old domain.

 

However, I cannot seem to get the https://www.olddomain.com to redirect. Both domains are pointing at the same server and location.

 

   
      RewriteEngine On
   
      rewritecond %{http_host} ^yoursite.com
   
      rewriteRule ^(.*) http://www.yoursite.com/$1 [R=301,L]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.