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] Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.