atticus Posted December 21, 2009 Share Posted December 21, 2009 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] Link to comment https://forums.phpfreaks.com/topic/185909-htaccess-to-redirect-https-to-new-domain/ Share on other sites More sharing options...
cags Posted December 21, 2009 Share Posted December 21, 2009 Try reading this... http://www.askapache.com/htaccess/http-https-rewriterule-redirect.html Link to comment https://forums.phpfreaks.com/topic/185909-htaccess-to-redirect-https-to-new-domain/#findComment-981739 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.